Skip to content

Instantly share code, notes, and snippets.

@mynameisameed
Last active June 28, 2021 15:51
Show Gist options
  • Save mynameisameed/683fa20581356ddff064371a2046bf6e to your computer and use it in GitHub Desktop.
Save mynameisameed/683fa20581356ddff064371a2046bf6e to your computer and use it in GitHub Desktop.
GCP provider
provider "google" {
credentials = file("./Credentials.json")
project = "project-id"
region = "us-central1"
zone = "us-central1-c"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment