diff --git a/proxmox.tf b/proxmox.tf index d8dea51..8cf8744 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/20251023/jammy-server-cloudimg-amd64.img" + url = "https://cloud-images.ubuntu.com/jammy/20251206/jammy-server-cloudimg-amd64.img" file_name = "jammyservercloudimgamd64.img" }