Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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).

...