Last active
January 16, 2019 15:08
-
-
Save dice89/62d073d1eef9fac184dda87250dfbaf4 to your computer and use it in GitHub Desktop.
Apply Terraform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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