diff --git a/proxmox.tf b/proxmox.tf index 7497c1f..aa75479 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -49,7 +49,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { disk { datastore_id = "local-lvm" - file_id = "local:iso/Fedora-Cloud-Base-41.qcow2" + storage = "local-lvm:vm-107-disk-0" # disco QCOW2 importado interface = "scsi1" size = 10 }