############################################################################### # variables.tf ############################################################################### variable "hcloud_token" { description = "Hetzner Cloud API token (read/write). Set via TF_VAR_hcloud_token or terraform.tfvars." type = string sensitive = true }