kubernetes-init/variables.tf

12 lines
237 B
Terraform
Raw Normal View History

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