Skip to content

Instantly share code, notes, and snippets.

@Rahulsharma0810
Created April 30, 2020 14:07
Show Gist options
  • Save Rahulsharma0810/f133796b5d41089c17bda7637ad94134 to your computer and use it in GitHub Desktop.
Save Rahulsharma0810/f133796b5d41089c17bda7637ad94134 to your computer and use it in GitHub Desktop.
terraform remote state file bucket
terraform {
backend "gcs" {
bucket = "bucket-ops-example"
prefix = "terraform/state"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment