We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2300165 commit 1f76aeaCopy full SHA for 1f76aea
main.tf
@@ -209,7 +209,7 @@ resource "azurerm_windows_virtual_machine" "win_vm" {
209
provision_vm_agent = var.provision_vm_agent
210
allow_extension_operations = var.allow_extension_operations
211
dedicated_host_id = var.dedicated_host_id
212
- enable_automatic_updates = var.enable_automatic_updates
+ automatic_updates_enabled = var.enable_automatic_updates
213
license_type = var.license_type
214
availability_set_id = var.availability_set_enabled ? azurerm_availability_set.default[0].id : null
215
encryption_at_host_enabled = var.enable_encryption_at_host
0 commit comments