variable "hcloud_token" { description = "Hetzner Cloud API token" type = string sensitive = true } variable "inventory_yaml" { description = "Optional inventory YAML for isolated tests; normal runs use inventory/servers.yaml" type = string default = null }