Skip to content

Instantly share code, notes, and snippets.

@mynameisameed
Created June 28, 2021 16:23
Show Gist options
  • Save mynameisameed/6257bcd55a657b226fd2a9ffd6e291ee to your computer and use it in GitHub Desktop.
Save mynameisameed/6257bcd55a657b226fd2a9ffd6e291ee to your computer and use it in GitHub Desktop.
terraform {
backend "gcs" {
bucket = "bucket-name"
prefix = "terraform/state1"
credentials = "Credentials.json" #mention here the name and add service account key inside same folder
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment