variable "region" { description = "Region for the STACKIT Cloud" type = string default = "eu01" } variable "project_id" { description = "STACKIT Cloud project ID" type = string } variable "service_account_token" { description = "Service account token for authentication" sensitive = true type = string } variable "icmp_ingress_rules" { type = any } variable "icmp_egress_rules" { type = any } variable "ssh_ingress_rules" { type = any }