lib/templates/hcl/project/config/terraform/backend.tf.tt in terraspace_plugin_google-0.3.5 vs lib/templates/hcl/project/config/terraform/backend.tf.tt in terraspace_plugin_google-0.4.0

- old
+ new

@@ -1,6 +1,6 @@ terraform { backend "gcs" { bucket = "<%%= expansion('terraform-state-:PROJECT-:REGION-:ENV') %>" - prefix = "<%%= expansion(':REGION/:ENV/:BUILD_DIR') %>" + prefix = "<%%= expansion(':TYPE_DIR/:APP/:ROLE/:MOD_NAME/:ENV/:EXTRA/:REGION') %>" } }