homelab/terraform-home/modules/caddy/variables.tf

9 lines
No EOL
280 B
HCL

variable "cloudflare_api_token" {
type = string
description = "Cloudflare API token to edit DNS Zones and Records."
}
variable "endpoint" {
type = string
description = "Nomad's server endpoint, the machine IP Address so we can reverse proxy our services."
}