This commit is contained in:
Tomás Limpinho
2025-08-19 22:07:44 +01:00
parent 503e4c395c
commit d5c7d47dbe

View File

@ -13,7 +13,7 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" {
bios = "seabios"
onboot = true
vm_state = "running"
boot = "scsi0;ide2;net0"
boot = "scsi0,ide2,net0"
agent = 1
hastate = "enabled"
hagroup = "kubernetes-group"