variable "zone_id" { description = "Cloudflare zone ID" type = string } variable "anchor_hostname" { description = "DNS hostname for the cloud anchor" type = string default = "anchor" } variable "anchor_ip" { description = "Public IP of the cloud anchor" type = string }