From 91c89163ab2f08752fa148a961d495664d61d65a Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Tue, 7 Apr 2026 21:22:58 +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 659dcdf..c743f16 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/20251206/jammy-server-cloudimg-amd64.img" + url = "https://cloud-images.ubuntu.com/jammy/20260218/jammy-server-cloudimg-amd64.img" file_name = "jammyservercloudimgamd64.img" }