Skip to content

Instantly share code, notes, and snippets.

@mynameisameed
Created May 1, 2022 18:51
Show Gist options
  • Save mynameisameed/cb653d5304607ca070a4f86836b0ea3b to your computer and use it in GitHub Desktop.
Save mynameisameed/cb653d5304607ca070a4f86836b0ea3b to your computer and use it in GitHub Desktop.
terraform provider helps you get
provider "google" {
project = var.project_id
region = var.region
credentials = "${file(var.credentials)}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment