From 4e1b898a4c0e2c2fa8389f42f434fb947d78e227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Limpinho?= <53994778+TomasLimpinho@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:45:06 +0100 Subject: [PATCH] efidisk out --- proxmox.tf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/proxmox.tf b/proxmox.tf index 2e86ffd..8e975f8 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -51,8 +51,4 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" { } } } - efidisk { - efitype = "4m" - storage = "local-lvm" - } } \ No newline at end of file