Skip to content

Instantly share code, notes, and snippets.

@dice89
Last active January 16, 2019 15:08
Show Gist options
  • Save dice89/62d073d1eef9fac184dda87250dfbaf4 to your computer and use it in GitHub Desktop.
Save dice89/62d073d1eef9fac184dda87250dfbaf4 to your computer and use it in GitHub Desktop.
Apply Terraform
# install terraform e.g. for mac
brew install terraform
# build environment
terraform init
terraform apply \
-var 'project='<your_gcp_project_id>` \
-var 'region=europe-west1-d'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment