Перейти до змісту

GCP

GCP

Requirements

Init

To init Terraform run:

terraform init

Need to create terraform/gcp_expressvpn/terraform.tfvars file and set two variables values tou yours

project_id     = "google-project-id"
expressvpn_key = "expressvpn-activation-code"

Other vars can be overwritten in this file id needed.

Deploy

To deploy run:

terraform apply

Destroy

To destroy infrastructure use commands:

terraform destroy