remove whitespace

This commit is contained in:
Lukas Greve
2025-10-22 22:15:42 +02:00
parent a5ae234469
commit 5985b0f353
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ module "shared_modules" {
source = "../../shared_modules"
vm_name = "f42-bios"
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"
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
}