From fe65d8905ff7cac5a46ab8dbbac490027c3087a4 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Mon, 25 Aug 2025 08:24:40 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 8b76e48..5127009 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -58,7 +58,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { disk { - datastore_id = "local-lvm" + datastore_id = "local" file_id = proxmox_virtual_environment_download_file.latest_ubunto_cloud_img.id interface = "scsi1" file_format = "raw"