@@ -110,7 +110,7 @@ func TestAccResourceVMDisks(t *testing.T) {
110110 content_type = "iso"
111111 datastore_id = "local"
112112 node_name = "{{.NodeName}}"
113- url = "{{.CloudImagesServer}}/jammy/current/jammy-server -cloudimg-amd64.img"
113+ url = "{{.CloudImagesServer}}/minimal/releases/noble/release/ubuntu-24.04-minimal -cloudimg-amd64.img"
114114 overwrite_unmanaged = true
115115 }
116116 resource "proxmox_virtual_environment_vm" "test_disk" {
@@ -148,7 +148,7 @@ func TestAccResourceVMDisks(t *testing.T) {
148148 content_type = "import"
149149 datastore_id = "local"
150150 node_name = "{{.NodeName}}"
151- url = "{{.CloudImagesServer}}/jammy/current/jammy-server -cloudimg-amd64.img"
151+ url = "{{.CloudImagesServer}}/minimal/releases/noble/release/ubuntu-24.04-minimal -cloudimg-amd64.img"
152152 file_name = "test-disk-image.img.raw"
153153 overwrite_unmanaged = true
154154 }
@@ -1113,7 +1113,7 @@ func TestAccResourceVMDisks(t *testing.T) {
11131113 content_type = "import"
11141114 datastore_id = "local"
11151115 node_name = "{{.NodeName}}"
1116- url = "{{.CloudImagesServer}}/jammy/current/jammy-server -cloudimg-amd64.img"
1116+ url = "{{.CloudImagesServer}}/minimal/releases/noble/release/ubuntu-24.04-minimal -cloudimg-amd64.img"
11171117 file_name = "test-bootdisk-bug-image.img.raw"
11181118 overwrite_unmanaged = true
11191119 }
@@ -1148,7 +1148,7 @@ func TestAccResourceVMDisks(t *testing.T) {
11481148 content_type = "import"
11491149 datastore_id = "local"
11501150 node_name = "{{.NodeName}}"
1151- url = "{{.CloudImagesServer}}/jammy/current/jammy-server -cloudimg-amd64.img"
1151+ url = "{{.CloudImagesServer}}/minimal/releases/noble/release/ubuntu-24.04-minimal -cloudimg-amd64.img"
11521152 file_name = "test-bootdisk-bug-image.img.raw"
11531153 overwrite_unmanaged = true
11541154 }
@@ -1188,7 +1188,7 @@ func TestAccResourceVMDisks(t *testing.T) {
11881188 content_type = "import"
11891189 datastore_id = "local"
11901190 node_name = "{{.NodeName}}"
1191- url = "{{.CloudImagesServer}}/jammy/current/jammy-server -cloudimg-amd64.img"
1191+ url = "{{.CloudImagesServer}}/minimal/releases/noble/release/ubuntu-24.04-minimal -cloudimg-amd64.img"
11921192 file_name = "test-boot-resize-image.img.raw"
11931193 overwrite_unmanaged = true
11941194 }
@@ -1216,7 +1216,7 @@ func TestAccResourceVMDisks(t *testing.T) {
12161216 content_type = "import"
12171217 datastore_id = "local"
12181218 node_name = "{{.NodeName}}"
1219- url = "{{.CloudImagesServer}}/jammy/current/jammy-server -cloudimg-amd64.img"
1219+ url = "{{.CloudImagesServer}}/minimal/releases/noble/release/ubuntu-24.04-minimal -cloudimg-amd64.img"
12201220 file_name = "test-boot-resize-image.img.raw"
12211221 overwrite_unmanaged = true
12221222 }
0 commit comments