lib/templates/ruby/project/config/terraform/backend.rb in terraspace_plugin_azurerm-0.1.0 vs lib/templates/ruby/project/config/terraform/backend.rb in terraspace_plugin_azurerm-0.1.1

- old
+ new

@@ -2,7 +2,7 @@ # This is useful because azure storage accounts not allowed special characters and can only be 24 chars long. backend("azurerm", resource_group_name: "terraform-resources-:LOCATION", storage_account_name: "ts:SUBSCRIPTION_HASH:LOCATION:ENV", container_name: "terraform-state", - key: ":LOCATION/:ENV/:BUILD_DIR.tfstate", + key: ":LOCATION/:ENV/:BUILD_DIR/terraform.tfstate", )