variable "dns_zone" { description = "DNS zone to manage records in" type = string default = "fxhnt.ai" } variable "git_ip" { description = "IP address for git.fxhnt.ai (Tailscale subnet router or ClusterIP)" type = string }