# ------------------------------------------------------------------------------ # Amazon Route 53 outputs # ------------------------------------------------------------------------------ output "zone_id" { description = "The route 53 zone ID." value = data.aws_route53_zone.this.zone_id }