...
Deploy via Terraform
Code Block # Update terraform.tfvars to suit # Run once terraform init # Deploy terraform apply [--auto-approve] # Destroy terraform destroy [--auto-approve]
...
Blue Hexagon Security Audit Setup
To enable Blue Hexagon Security Audit, set enable_cspm
in the provided terraform.tfvars
file to true
(default is false
).
...