lib/templates/hcl/project/config/terraform/backend.tf.tt in terraspace_plugin_google-0.4.1 vs lib/templates/hcl/project/config/terraform/backend.tf.tt in terraspace_plugin_google-0.4.2
- old
+ new
@@ -1,4 +1,6 @@
+# Backend Config Variables Docs
+# https://terraspace.cloud/docs/config/backend/variables/
terraform {
backend "gcs" {
bucket = "<%%= expansion('terraform-state-:PROJECT-:REGION-:ENV') %>"
prefix = "<%%= expansion(':PROJECT/:TYPE_DIR/:APP/:ROLE/:MOD_NAME/:ENV/:EXTRA/:REGION') %>"
}