Created
May 5, 2022 12:26
-
-
Save soerenmartius/828801516644d25e575784b02c78c3e9 to your computer and use it in GitHub Desktop.
backend.tf file generated by Terramate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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-staging/my-vpc" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment