Sha256: a375efdfd103cd06592acfba33f814007c90a0ef30915eb3a14de1d485afbb2a

Contents?: true

Size: 455 Bytes

Versions: 10

Compression:

Stored size: 455 Bytes

Contents

# SUBSCRIPTION_HASH is a short 4-char consistent hash of the longer subscription id.
# 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",
)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
terraspace_plugin_azurerm-0.5.1 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.5.0 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.4.0 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.3.3 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.3.2 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.3.1 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.3.0 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.2.3 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.2.2 lib/templates/ruby/project/config/terraform/backend.rb
terraspace_plugin_azurerm-0.2.1 lib/templates/ruby/project/config/terraform/backend.rb