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
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.
I do accept contributions from the community. To submit changes:
- Fork this repository.
- Create a new feature branch.
- Make your changes.
- Submit a pull request with an explanation of your changes or additions.
I will review and work with you to release the code.