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

This commit is contained in:
Kasper Juul Hermansen 2025-01-11 22:00:27 +01:00
parent 90ecf5b603
commit 94b701b133
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

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