fix: allow required VM reboots and serialize apply
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 18s
All checks were successful
Terraform Plan / Terraform Plan (push) Successful in 18s
This commit is contained in:
@@ -25,7 +25,7 @@ resource "proxmox_vm_qemu" "control_planes" {
|
||||
full_clone = true
|
||||
os_type = "cloud-init"
|
||||
agent = 1
|
||||
automatic_reboot = false
|
||||
automatic_reboot = true
|
||||
|
||||
cpu {
|
||||
sockets = 1
|
||||
@@ -83,7 +83,7 @@ resource "proxmox_vm_qemu" "workers" {
|
||||
full_clone = true
|
||||
os_type = "cloud-init"
|
||||
agent = 1
|
||||
automatic_reboot = false
|
||||
automatic_reboot = true
|
||||
|
||||
cpu {
|
||||
sockets = 1
|
||||
|
||||
Reference in New Issue
Block a user