kubernetes-init/variables.tf

6 lines
105 B
Terraform
Raw Normal View History

2022-05-08 14:55:59 +02:00
variable "hcloud_token" {
description = "Hetzner Cloud API Token"
type = string
sensitive = true
}