revert ot remote image location

This commit is contained in:
Lukas Greve
2025-10-18 13:27:21 +02:00
parent 6076b096f1
commit 1827b122be
2 changed files with 2 additions and 2 deletions

View File

@@ -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
}

View File

@@ -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 ----------------------------------------------