feat: add on boot true for all nodes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-11 22:00:27 +01:00
parent 90ecf5b603
commit 94b701b133

View File

@@ -65,6 +65,8 @@ resource "proxmox_vm_qemu" "node" {
bootdisk = "scsi0"
scsihw = "virtio-scsi-single"
onboot = true
serial {
id = 0
}