variable "hcloud_token" { sensitive = true } variable "ssh_key_name" { description = "Name of the SSH key registered in your Hetzner account" } variable "location" { default = "nbg1" }