diff --git a/proxmox.tf b/proxmox.tf index 5127009..8b76e48 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -58,7 +58,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { disk { - datastore_id = "local" + datastore_id = "local-lvm" file_id = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id interface = "scsi1" file_format = "raw"