variable "hcloud_token" { sensitive = true # default = } variable "location" { default = "nbg1" } variable "server_type" { default = "cx11" } variable "os_type" { default = "debian-11" }