Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.68 KB

Cloud One Workload Security with Terraform

Objective

This folder does contain some scripts to ease a Workload Security deployments with the use of Terraform.

The folders deploy-dsa-aws and deploy-dsa-azure contains Terraform scripts, which create a virtual instance either on AWS or Azure and deploys a DSA which activates against your Workload Security instance.

Before running it, adapt the last line of the script files/deploy_dsa.sh with your Tenant ID and Token. Additionally required for AWS, replace the file eu-west-2-ssh.pem with your .pem-file containing the private key to access the EC2 instance.

This example uses the region eu-west-2 (London) on AWS and eastus on Azure.

Then run

terraform init
terraform apply

Support

This is an Open Source community project. Project contributors may be able to help, depending on their time and availability. Please be specific about what you're trying to do, your system, and steps to reproduce the problem.

For bug reports or feature requests, please open an issue. You are welcome to contribute.

Official support from Trend Micro is not available. Individual contributors may be Trend Micro employees, but are not official support.

Contribute

I do accept contributions from the community. To submit changes:

  1. Fork this repository.
  2. Create a new feature branch.
  3. Make your changes.
  4. Submit a pull request with an explanation of your changes or additions.

I will review and work with you to release the code.