variable "hcloud_token" { sensitive = true type = string } variable "public_key_file" { type = string sensitive = true } variable "boxes" { type = set(string) }