kubernetes-init/variables.tf

6 lines
105 B
HCL

variable "hcloud_token" {
description = "Hetzner Cloud API Token"
type = string
sensitive = true
}