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