12 lines
365 B
HCL
12 lines
365 B
HCL
// Hetzner Cloud Settings
|
|
hcloud_snapshot_description = "Rocky Linux 9"
|
|
hcloud_snapshot_name = "rocky-9-cloud"
|
|
hcloud_location = "fsn1"
|
|
|
|
// Virtual Machine Settings
|
|
vm_guest_os_keyboard = "de(nodeadkeys)"
|
|
vm_guest_os_timezone = "Europe/Berlin"
|
|
|
|
// Provisioner Settings
|
|
build_scripts = ["scripts/10-prepare-kickstart.sh", "scripts/20-rocky-9.sh"]
|