Skip to content

Commit

Permalink
patchmode
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 18, 2024
1 parent 0af3e58 commit 06d00be
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ resource "azurerm_windows_virtual_machine" "active-directory-instance" {
admin_username = var.active-directory-username
admin_password = var.active-directory-password
location = azurerm_resource_group.active-directory-resource-group.location
patch_mode = "AutomaticByPlatform"
resource_group_name = azurerm_resource_group.active-directory-resource-group.name
network_interface_ids = [azurerm_network_interface.nic-instances[count.index].id]
size = "Standard_DS2_v2"
Expand Down

0 comments on commit 06d00be

Please sign in to comment.