diff --git a/environments/debian-13-cloud-bios/main.tf b/environments/debian-13-cloud-bios/main.tf index 7b647b1..e071a55 100644 --- a/environments/debian-13-cloud-bios/main.tf +++ b/environments/debian-13-cloud-bios/main.tf @@ -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 -} \ No newline at end of file +} diff --git a/environments/fedora-cloud-server-42-bios/main.tf b/environments/fedora-cloud-server-42-bios/main.tf index f054a05..ab7c705 100644 --- a/environments/fedora-cloud-server-42-bios/main.tf +++ b/environments/fedora-cloud-server-42-bios/main.tf @@ -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 -} \ No newline at end of file +} diff --git a/environments/opensuse-tumbleweed-uefi/main.tf b/environments/opensuse-tumbleweed-uefi/main.tf index f7d3cc2..951b6ed 100644 --- a/environments/opensuse-tumbleweed-uefi/main.tf +++ b/environments/opensuse-tumbleweed-uefi/main.tf @@ -20,4 +20,4 @@ module "shared_modules" { ssh_key = "" # please provide a SSH public key enable_cloudinit = true -} \ No newline at end of file +} diff --git a/environments/rocky-linux-cloud-10-bios/main.tf b/environments/rocky-linux-cloud-10-bios/main.tf index a820518..da61269 100644 --- a/environments/rocky-linux-cloud-10-bios/main.tf +++ b/environments/rocky-linux-cloud-10-bios/main.tf @@ -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 -} \ No newline at end of file +} diff --git a/environments/ubuntu-cloud-server-2404-bios/main.tf b/environments/ubuntu-cloud-server-2404-bios/main.tf index 1567100..9cc33a8 100644 --- a/environments/ubuntu-cloud-server-2404-bios/main.tf +++ b/environments/ubuntu-cloud-server-2404-bios/main.tf @@ -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 -} \ 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 63d5d47..28223ed 100644 --- a/environments/ubuntu-cloud-server-2404-uefi/main.tf +++ b/environments/ubuntu-cloud-server-2404-uefi/main.tf @@ -20,4 +20,4 @@ module "shared_modules" { ssh_key = "" # please provide a SSH public key enable_cloudinit = true uefi_firmware = true -} \ No newline at end of file +}