Skip to content

Instantly share code, notes, and snippets.

@stevenfrst
Created June 9, 2019 13:47
Show Gist options
  • Save stevenfrst/0bfb31c8420826294f52f981ed9e1262 to your computer and use it in GitHub Desktop.
Save stevenfrst/0bfb31c8420826294f52f981ed9e1262 to your computer and use it in GitHub Desktop.
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