new whiteline due to the update_image_locations script

This commit is contained in:
Lukas Greve
2025-10-22 22:30:09 +02:00
parent 15dff2b43e
commit 4272105dd2
6 changed files with 6 additions and 6 deletions

View File

@@ -19,4 +19,4 @@ module "shared_modules" {
image_location = "https://cloud.debian.org/images/cloud/trixie/latest/debian-13-genericcloud-amd64.raw"
ssh_key = "" # please provide a SSH public key
enable_cloudinit = true
}
}

View File

@@ -19,4 +19,4 @@ module "shared_modules" {
image_location = "https://download.fedoraproject.org/pub/fedora/linux/releases/42/Cloud/x86_64/images/Fedora-Cloud-Base-Generic-42-1.1.x86_64.qcow2"
ssh_key = "" # please provide a SSH public key
enable_cloudinit = true
}
}

View File

@@ -20,4 +20,4 @@ module "shared_modules" {
ssh_key = "" # please provide a SSH public key
enable_cloudinit = true
}
}

View File

@@ -19,4 +19,4 @@ module "shared_modules" {
image_location = "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2"
ssh_key = "" # please provide a SSH public key
enable_cloudinit = true
}
}

View File

@@ -19,4 +19,4 @@ module "shared_modules" {
image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
ssh_key = "" # please provide a SSH public key
enable_cloudinit = true
}
}

View File

@@ -20,4 +20,4 @@ module "shared_modules" {
ssh_key = "" # please provide a SSH public key
enable_cloudinit = true
uefi_firmware = true
}
}