lib/templates/ruby/project/config/terraform/backend.rb in terraspace_plugin_azurerm-0.6.0 vs lib/templates/ruby/project/config/terraform/backend.rb in terraspace_plugin_azurerm-0.6.1
- old
+ new
@@ -3,7 +3,7 @@
# This is useful because azure storage account names are not allowed special characters and are limited to 24 chars.
backend("azurerm",
resource_group_name: ":APP-:ENV-:LOCATION",
storage_account_name: "ts:APP_HASH:SUBSCRIPTION_HASH:LOCATION_HASH:ENV",
container_name: "terraform-state",
- key: ":TYPE_DIR/:APP/:ROLE/:MOD_NAME/:ENV/:EXTRA/:LOCATION/terraform.tfstate",
+ key: ":PROJECT/:TYPE_DIR/:APP/:ROLE/:MOD_NAME/:ENV/:EXTRA/:LOCATION/terraform.tfstate",
)