From a56cd76a0bbe3e27fccf95bd1c7f263e445d7471 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Wed, 29 Oct 2025 13:02:13 +0000 Subject: [PATCH] [deploy-opentofu] --- proxmox.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox.tf b/proxmox.tf index 8edc250..5bae890 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/20250725/jammy-server-cloudimg-amd64.img" + url = "https://cloud-images.ubuntu.com/jammy/20251023/jammy-server-cloudimg-amd64.img" file_name = "jammyservercloudimgamd64.img" }