diff --git a/environments/ubuntu-cloud-server-2404-bios/main.tf b/environments/ubuntu-cloud-server-2404-bios/main.tf index 78224e4..605732f 100644 --- a/environments/ubuntu-cloud-server-2404-bios/main.tf +++ b/environments/ubuntu-cloud-server-2404-bios/main.tf @@ -16,7 +16,7 @@ module "shared_modules" { source = "../../shared_modules" vm_name = "u24-bios" - image_location = "/var/lib/libvirt/images/noble-server-cloudimg-amd64.img" + image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img" ssh_key = "" enable_cloudinit = true } \ No newline at end of file diff --git a/environments/ubuntu-cloud-server-2404-uefi/main.tf b/environments/ubuntu-cloud-server-2404-uefi/main.tf index 69ed136..545e2ae 100644 --- a/environments/ubuntu-cloud-server-2404-uefi/main.tf +++ b/environments/ubuntu-cloud-server-2404-uefi/main.tf @@ -16,7 +16,7 @@ module "shared_modules" { source = "../../shared_modules" vm_name = "u24-uefi" - image_location = "/var/lib/libvirt/images/noble-server-cloudimg-amd64.img" + image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img" ssh_key = "" enable_cloudinit = true # ---- OPTIONAL UEFI SETTINGS ----------------------------------------------