Skip to content

Repo with Terraform Scripts for Cloud One Workload Security

License

Notifications You must be signed in to change notification settings

SecurityForCloudBuilders/c1-ws-terraform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 folder deploy-dsa contains Terraform scripts, which create an EC2 instance, deploys a DSA which activates against your Workload Security instance and reports the public IP of the created instance.

Befor running it, adapt the last line of the script files/deploy_dsa.sh with your Tenant ID and Token. Additionally, 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).

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.

About

Repo with Terraform Scripts for Cloud One Workload Security

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 65.7%
  • Shell 34.3%