Skip to content

Commit

Permalink
count with random_id on rg list'
Browse files Browse the repository at this point in the history
  • Loading branch information
jksprattler committed Jan 20, 2025
1 parent d39f182 commit 9b1ecee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud_Azure/terraform/module/storage_account.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Prepare names that meet Azure Storage Account naming restrictions (only alphanum letters, max 24 length, Azure-wide unique)
resource "random_id" "storage_account_id" {
count = length(var.resource_group_names)
byte_length = 6 # 6 bytes = 12 characters when base64 encoded
}

Expand Down

0 comments on commit 9b1ecee

Please sign in to comment.