GCP
GCP¶
Requirements¶
- GCP account
- Subscription on expressvpn.com (get the activation code)
terraform
installed
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