variable "homelab_main_domain" { description = "HomeLab Main Domain" default = "clarkzjw.cc" } variable "homelab_notify_DKIM" { description = "DKIM domain value from Mailgun" default = "k=rsa; p=xxxx" } variable "cloudflare_account_id" { description = "The Cloudflare UUID for the Account the Zone lives in." type = string sensitive = true } variable "cloudflare_api_token" { description = "Cloudflare API token" type = string sensitive = true } variable "cloudflare_access_application_email" { description = "Email addresses allowed in Cloudflare Access config" type = string sensitive = false } variable "edgerouterx_ip" { description = "IP address for EdgeRouterX" type = string sensitive = false }