Skip to content

Instantly share code, notes, and snippets.

@soerenmartius
Created May 5, 2022 12:27
Show Gist options
  • Save soerenmartius/24563c1c6c58d58dab6b96847674df5c to your computer and use it in GitHub Desktop.
Save soerenmartius/24563c1c6c58d58dab6b96847674df5c to your computer and use it in GitHub Desktop.
backend.tf file generated by Terramate
// TERRAMATE: GENERATED AUTOMATICALLY DO NOT EDIT
// TERRAMATE: originated from generate_hcl block on /stacks/config.tm
terraform {
backend "gcs" {
bucket = "my-state-bucket"
prefix = "stacks/gcp-projects/my-prod/my-vpc"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment