Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Feb 22, 2024
1 parent 83f7d91 commit 704b144
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ resource "azurerm_system_center_virtual_machine_manager_availability_set" "test"
location = azurerm_resource_group.test.location
custom_location_id = azurerm_system_center_virtual_machine_manager_server.test.custom_location_id
system_center_virtual_machine_manager_server_id = azurerm_system_center_virtual_machine_manager_server.test.id
tags = {
env = "Test"
}
Expand All @@ -182,7 +182,7 @@ resource "azurerm_system_center_virtual_machine_manager_availability_set" "test"
location = azurerm_resource_group.test.location
custom_location_id = azurerm_system_center_virtual_machine_manager_server.test.custom_location_id
system_center_virtual_machine_manager_server_id = azurerm_system_center_virtual_machine_manager_server.test.id
tags = {
env = "Test2"
}
Expand Down

0 comments on commit 704b144

Please sign in to comment.