Files
dev-cluster/infrastructure/variables.tf

5 lines
113 B
HCL

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