From cea4e9353ccc8838269297123c83d9c2a38d72df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Limpinho?= <53994778+TomasLimpinho@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:18:27 +0100 Subject: [PATCH] boot order --- proxmox.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index ba54074..f8f2588 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -13,7 +13,9 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" { bios = "seabios" onboot = true vm_state = "running" - boot_order = "scsi0,ide2,net0" + boot { + order = "scsi0,ide2,net0" + } agent = 1 hastate = "enabled" hagroup = "kubernetes-group"