1 parent 310866b commit 6fcb322Copy full SHA for 6fcb322
1 file changed
terraform/proxmox/images.tf
@@ -23,7 +23,7 @@ resource "proxmox_virtual_environment_download_file" "ubuntu_noble_cloud_image"
23
datastore_id = "local"
24
file_name = "ubuntu-24.04-cloudimg-amd64.qcow.iso"
25
node_name = var.node
26
- url = "https://cloud-images.ubuntu.com/noble/20250430/noble-server-cloudimg-amd64.img"
27
- checksum = "bc471ca49de03b5129c65b70f9862b7f4b5e721622fd34ade78132f6f7999e2d"
+ url = "https://cloud-images.ubuntu.com/noble/20250610/noble-server-cloudimg-amd64.img"
+ checksum = "92d2c4591af9a82785464bede56022c49d4be27bde1bdcf4a9fccc62425cda43"
28
checksum_algorithm = "sha256"
29
}
0 commit comments