From 5bb832c2421fcb3a0a409eb24f47a1b9bb26d755 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Tue, 15 Sep 2026 14:33:01 +0000 Subject: [PATCH] [deploy-opentofu] [deploy-opentofu] --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index c743f16..66426cc 100644 --- a/proxmox.tf +++ b/proxmox.tf @@ -19,7 +19,7 @@ resource "proxmox_virtual_environment_download_file" "latest_ubunto_cloud_img" { content_type = "iso" datastore_id = "local" node_name = "fenix" - url = "https://cloud-images.ubuntu.com/jammy/20260218/jammy-server-cloudimg-amd64.img" + url = "https://cloud-images.ubuntu.com/jammy/20260913/jammy-server-cloudimg-amd64.img" file_name = "jammyservercloudimgamd64.img" }