diff --git a/proxmox.tf b/proxmox.tf index 3474646..05e18f1 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -60,7 +60,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { disk { datastore_id = "local-lvm" - import_from = proxmox_virtual_environment_download_file.latest_fedora_cloud_img.id + import_from = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id interface = "scsi1" }