...
Key | Type | Description |
---|---|---|
| String | Blue Hexagon NG-NDR license |
| String | Blue Hexagon SaaS license |
| String | Environment label |
| String | GCP Project ID in which you want to deploy Blue Hexagon |
| String | GCP Region in which you want to deploy Blue Hexagon |
| String | GCP Zone(s) in which you want to deploy Blue Hexagon |
| String | VPC Network in which you want to deploy Blue Hexagon |
| String | VPC Subnetwork in which you want to deploy Blue Hexagon |
| Integer | Minimum count of Blue Hexagon Inspection VMs |
| Integer | Maximum count of Blue Hexagon Inspection VMs |
| Boolean | Enable Blue Hexagon Security Audit |
| Boolean | Enable Blue Hexagon Agentless Runtime Cloud Security powered by Deep Learning AI |
| Boolean | Enable Blue Hexagon Agentless Runtime Cloud Security powered by Deep Learning AI |
Deploy via Terraform
Code Block # Run once terraform init # Deploy terraform apply [--auto-approve] # Destroy terraform destroy [--auto-approve]
...