update main.tf to match simpler UEFI firmware logic

This commit is contained in:
Lukas Greve
2025-10-20 11:27:00 +02:00
parent 92404ccc34
commit 7317e390c9
7 changed files with 8 additions and 36 deletions

View File

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