Skip to content

Instantly share code, notes, and snippets.

@timhberry
Created February 1, 2019 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timhberry/804cd61dcfdd34c61730ba06c7897f73 to your computer and use it in GitHub Desktop.
Save timhberry/804cd61dcfdd34c61730ba06c7897f73 to your computer and use it in GitHub Desktop.
provider "google-beta" {
credentials = "${file("./creds/serviceaccount.json")}"
project = "<your-project-name>"
region = "us-east1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment