We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39f182 commit 9b1eceeCopy full SHA for 9b1ecee
cloud_Azure/terraform/module/storage_account.tf
@@ -1,5 +1,6 @@
1
# Prepare names that meet Azure Storage Account naming restrictions (only alphanum letters, max 24 length, Azure-wide unique)
2
resource "random_id" "storage_account_id" {
3
+ count = length(var.resource_group_names)
4
byte_length = 6 # 6 bytes = 12 characters when base64 encoded
5
}
6
0 commit comments