Files
kubernetes-the-hard-way/terraform/variables.tf
2025-12-22 11:16:19 -05:00

4 lines
62 B
HCL

variable "hcloud_token" {
sensitive = true
type = string
}