Skip to content

Instantly share code, notes, and snippets.

@Ajaypathak372
Created September 9, 2020 15:30
Show Gist options
  • Save Ajaypathak372/130d302adf9f8f58dd490289dd45eb4f to your computer and use it in GitHub Desktop.
Save Ajaypathak372/130d302adf9f8f58dd490289dd45eb4f to your computer and use it in GitHub Desktop.
provider "google" {
credentials = file("CREDENTIALS_FILE.json")
project = "cobalt-howl-274406"
}
provider "aws" {
region = "ap-south-1"
profile = "Ajay"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment