Update proxmox.tf

This commit is contained in:
2025-08-20 21:45:22 +00:00
parent edaa244d1b
commit 054ba99c75

View File

@ -48,7 +48,7 @@ resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {
disk { disk {
datastore_id = "local-lvm" datastore_id = "local-lvm"
interface = "scsii" interface = "scsii"
file_id = proxmox_virtual_environment_download_file.Fedora-iso.file_name file_id = proxmox_virtual_environment_download_file.Fedora-iso.id
size = 20 size = 20
} }