homelab/terraform/modules/caddy/variables.tf

9 lines
280 B
Terraform
Raw Normal View History

2023-08-09 21:37:50 -03:00
variable "cloudflare_api_token" {
type = string
description = "Cloudflare API token to edit DNS Zones and Records."
}
variable "endpoint" {
2023-12-04 22:29:52 -03:00
type = string
2023-08-09 21:37:50 -03:00
description = "Nomad's server endpoint, the machine IP Address so we can reverse proxy our services."
}