Created
June 9, 2019 13:47
-
-
Save stevenfrst/0bfb31c8420826294f52f981ed9e1262 to your computer and use it in GitHub Desktop.
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
provider "google" { | |
credentials = "${file("yourproject.json")}" | |
project = "vast-math-240911" | |
region = "asia-southeast1" | |
zone = "asia-southeast1-b" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment