Versions Compared

Key

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

...

Key

Type

Description

bh_license_ndr

String

Blue Hexagon NG-NDR license

bh_license_saas

String

Blue Hexagon SaaS license

environment

String

Environment label

project_id

String

GCP Project ID in which you want to deploy Blue Hexagon

region

String

GCP Region in which you want to deploy Blue Hexagon

zonezones

String

GCP Zone(s) in which you want to deploy Blue Hexagon

network

String

VPC Network in which you want to deploy Blue Hexagon

subnet

String

VPC Subnetwork in which you want to deploy Blue Hexagon

vm_machine_type

String

GCP VM Machine Type, e.g., n1-standard-8

min_auto_scale_count

Integer

Minimum count of Blue Hexagon Inspection VMs

max_auto_scale_count

Integer

Maximum count of Blue Hexagon Inspection VMs

enable_cspmsecurity_audit

Boolean

Enable Blue Hexagon Security Audit

enable_ndr

Boolean

Enable Blue Hexagon Agentless Runtime Cloud Security powered by Deep Learning AI

  • Deploy via Terraform

    • Code Block
          # Update terraform.tfvars to suit
      
          # Run once
          terraform init
          
          # Deploy
          terraform apply [--auto-approve]
      
          # Destroy
          terraform destroy [--auto-approve]

...