Skip to content

Commit

Permalink
count on aset
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 18, 2024
1 parent f6c9394 commit 501a074
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ resource "azurerm_availability_set" "active-directory-instance" {
name = "a-set-${random_string.active-directory-random-string[0].result}-${count.index}"
location = var.location
resource_group_name = azurerm_resource_group.active-directory-resource-group.name
count = sum([var.active-directory-instance-count])

tags = {
environment = var.tag_environment
Expand Down

0 comments on commit 501a074

Please sign in to comment.