mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-07 16:06:35 -03:00
4 lines
143 B
Terraform
4 lines
143 B
Terraform
|
variable "cloudflare_caddy_api_token" {
|
||
|
type = string
|
||
|
description = "API key to edit TLS in DNS zones in Cloudflare used by Caddy"
|
||
|
}
|