hcloud-k8s/variables.tf

9 lines
141 B
HCL

variable "cluster_name" {
type = string
default = "k8s-asxpio"
}
variable "hcloud_token" {
type = string
sensitive = true
}