lib/templates/ruby/project/config/terraform/backend.rb in terraspace_plugin_azurerm-0.2.0 vs lib/templates/ruby/project/config/terraform/backend.rb in terraspace_plugin_azurerm-0.2.1
- old
+ new
@@ -1,6 +1,6 @@
# SUBSCRIPTION_HASH is a short 4-char consistent hash of the longer subscription id.
-# This is useful because azure storage accounts not allowed special characters and can only be 24 chars long.
+# This is useful because azure storage account names are not allowed special characters and are limited to 24 chars.
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/terraform.tfstate",