From c54cf9da4d8e40397e2399a17ca6b4a6a37eb294 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 21:10:18 +0100 Subject: [PATCH] ops3 --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 6047668..616153d 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -52,7 +52,7 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" { } } efidisk { - efitype = "4m", + efitype = "4m" storage = "local-lvm" } } \ No newline at end of file