Skip to content

Commit

Permalink
name standard
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 18, 2024
1 parent d170fa6 commit 8e05cdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "azurerm_windows_virtual_machine" "active-directory-instance" {

## Availability Set
resource "azurerm_availability_set" "active-directory-instance" {
name = "aset-${random_id.active-directory-random-id[0].result}"
name = "a-set-${random_id.active-directory-random-id[0].result}-${count.index}"
location = var.location
resource_group_name = azurerm_resource_group.active-directory-resource-group.name

Expand Down

0 comments on commit 8e05cdc

Please sign in to comment.