mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 07:36:37 -03:00
9 lines
No EOL
280 B
HCL
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."
|
|
} |