homelab/terraform/variables.tf

4 lines
143 B
Terraform
Raw Normal View History

2023-08-09 21:37:50 -03:00
variable "cloudflare_caddy_api_token" {
type = string
description = "API key to edit TLS in DNS zones in Cloudflare used by Caddy"
}