Skip to main content
Version: v3.6 (deprecated)

Terraform

Provision to GGP Compute Engine

Use Terraform to provision Deepfence ThreatStryker on GCP Compute Engine

Initialize

Initialize terraform:

terraform init

Variables

Create a new file terraform.tfvars with following values:

ssh_private_key = "~/deepfence/deepfence_console.pem"
ssh_public_key = "~/deepfence/deepfence_console_public.pem"
gcp_project_id = "deepfence-console-123456"
gcp_service_account_json = "~/deepfence/terraform-123456-458c1e0fce03.json"

Create Deepfence Management Console VM

Create the deepfence management console VM:

terraform apply