variable "hcloud_token" { description = "Hetzner Cloud API token" type = string sensitive = true } variable "ssh_public_key" { description = "SSH public key for server access" type = string }