Skip to content

Instantly share code, notes, and snippets.

@akiatoji
Created April 18, 2019 01:07
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 akiatoji/d1318571ce6ad6b36dae685920f4237b to your computer and use it in GitHub Desktop.
Save akiatoji/d1318571ce6ad6b36dae685920f4237b to your computer and use it in GitHub Desktop.
provider "google" {
project = "${var.project}"
credentials = "${file("your_service_acct.json")}"
}
provider "google-beta" {
project = "${var.project}"
credentials = "${file("your_service_acct.json")}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment