Update proxmox.tf

This commit is contained in:
2025-08-20 21:35:02 +00:00
parent 02cfb80dfc
commit da4b8a223a

View File

@ -8,10 +8,10 @@ provider "proxmox" {
} }
resource "proxmox_virtual_environment_download_file" "Fedora-iso" { resource "proxmox_virtual_environment_download_file" "Fedora-iso" {
content_type = "import" content_type = "import"
datastore_id = "local" datastore_id = "local-lvm"
node_name = "fenix" node_name = "fenix"
file_name = "Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2" file_name = "Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
url = "https://download.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2" url = "https://mirror.plusline.net/fedora/linux/releases/41/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-41-1.4.x86_64.qcow2"
} }
resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" { resource "proxmox_virtual_environment_vm" "proxmox-kubernetes-VM-template" {