Skip to content

Commit 53a5cf9

Browse files
committed
module update
1 parent e218d97 commit 53a5cf9

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
@@ -294,7 +294,7 @@ resource "azurerm_windows_virtual_machine_scale_set" "winsrv_vmss" {
294294
upgrade_mode = var.os_upgrade_mode
295295
health_probe_id = var.enable_load_balancer ? azurerm_lb_probe.lbp[0].id : null
296296
provision_vm_agent = true
297-
enable_automatic_updates = true
297+
enable_automatic_updates = false
298298
license_type = var.license_type
299299
timezone = var.vm_time_zone
300300

0 commit comments

Comments
 (0)