variable "stackit_project_id_machine01" { description = "Project ID for machine01" default = "d75e6aab-b616-4b42-ae3b-aaf161ad626d" type = string } variable "stackit_project_id_machine02" { description = "Project ID for machine02" default = "c30f0bc4-1b8c-430e-adff-9e862d3b2cd0" type = string } variable "stackit_region" { type = string default = "eu01" } variable "stackit_service_account_key_path" { type = string default = "./keys/stackit-sa.json" } variable "debian_image_id" { type = string default = "b7aedfad-3be7-46e0-9ece-19fd50e2d83e" } variable "vpn_psk" { type = string description = "Pre-Shared Key for IPsec VPN" default = "yoursecurekey123456" }