Skip to content

Instantly share code, notes, and snippets.

View Ajaypathak372's full-sized avatar
:octocat:
Focusing

Ajay Pathak Ajaypathak372

:octocat:
Focusing
View GitHub Profile
provider "google" {
credentials = file("CREDENTIALS_FILE.json")
project = "cobalt-howl-274406"
}
provider "aws" {
region = "ap-south-1"
profile = "Ajay"
}