From 5c69abf9ffadd694100b55707ff1cfff893d185d Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Sat, 28 Feb 2026 15:40:18 +0000 Subject: [PATCH] fix: disable automatic reboot for proxmox VM updates --- terraform/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/main.tf b/terraform/main.tf index ef56dc3..4e97525 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -25,6 +25,7 @@ resource "proxmox_vm_qemu" "control_planes" { full_clone = true os_type = "cloud-init" agent = 1 + automatic_reboot = false cpu { sockets = 1 @@ -75,6 +76,7 @@ resource "proxmox_vm_qemu" "workers" { full_clone = true os_type = "cloud-init" agent = 1 + automatic_reboot = false cpu { sockets = 1