From da4b8a223a297364ce35a8448487f62731e0b4cc Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 20 Aug 2025 21:35:02 +0000 Subject: [PATCH] Update proxmox.tf --- proxmox.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmox.tf b/proxmox.tf index ddb3184..0c1f2ee 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -8,10 +8,10 @@ provider "proxmox" { } resource "proxmox_virtual_environment_download_file" "Fedora-iso" { content_type = "import" - datastore_id = "local" + datastore_id = "local-lvm" node_name = "fenix" 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" {