Sha256: acdc45cb04dc8611d2a23f565edd38482f9ee75ca933786816fe1d9a7fd069fc

Contents?: true

Size: 430 Bytes

Versions: 1

Compression:

Stored size: 430 Bytes

Contents

# 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.
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",
)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
terraspace_plugin_azurerm-0.0.0 lib/templates/ruby/project/config/terraform/backend.rb