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 e218d97 commit 53a5cf9Copy full SHA for 53a5cf9
main.tf
@@ -294,7 +294,7 @@ resource "azurerm_windows_virtual_machine_scale_set" "winsrv_vmss" {
294
upgrade_mode = var.os_upgrade_mode
295
health_probe_id = var.enable_load_balancer ? azurerm_lb_probe.lbp[0].id : null
296
provision_vm_agent = true
297
- enable_automatic_updates = true
+ enable_automatic_updates = false
298
license_type = var.license_type
299
timezone = var.vm_time_zone
300
0 commit comments