mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
11 lines
233 B
HCL
11 lines
233 B
HCL
variable "hcloud_token" {
|
|
description = "Hetzner Cloud API Token"
|
|
type = string
|
|
sensitive = true
|
|
}
|
|
|
|
variable "cloudflare_api_token" {
|
|
description = "Cloudflare API Token"
|
|
type = string
|
|
sensitive = true
|
|
} |