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