From b06cb577bdf6359f1f6ba967072846b0b8cb0574 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:13:18 +0100 Subject: [PATCH] boot and boot_order --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 7f35b1b..ba54074 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -13,7 +13,7 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" { bios = "seabios" onboot = true vm_state = "running" - boot = "scsi0,ide2,net0" + boot_order = "scsi0,ide2,net0" agent = 1 hastate = "enabled" hagroup = "kubernetes-group"