variable "hcloud_token" { sensitive = true # default = } variable "location" { default = "nbg1" } variable "server_type" { default = "cx21" } variable "os_type" { default = "ubuntu-20.04" } variable "docker_version" { default = "20.10.16" } variable "containerd_version" { default = "1.6.4" } variable "kubernetes_version" { default = "v1.22.4-rancher1-1" }