Skip to content

Commit 1f76aea

Browse files
authored
feat: Updated Virtual Machine Depreciated Attribute (#88)
1 parent 2300165 commit 1f76aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ resource "azurerm_windows_virtual_machine" "win_vm" {
209209
provision_vm_agent = var.provision_vm_agent
210210
allow_extension_operations = var.allow_extension_operations
211211
dedicated_host_id = var.dedicated_host_id
212-
enable_automatic_updates = var.enable_automatic_updates
212+
automatic_updates_enabled = var.enable_automatic_updates
213213
license_type = var.license_type
214214
availability_set_id = var.availability_set_enabled ? azurerm_availability_set.default[0].id : null
215215
encryption_at_host_enabled = var.enable_encryption_at_host

0 commit comments

Comments
 (0)