Skip to content

Commit

Permalink
chore: latency DNS routing
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Aug 23, 2024
1 parent 27e18e1 commit cf22873
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/region/ecs/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ resource "aws_route53_record" "dns_load_balancer" {
zone_id = aws_lb.load_balancer.zone_id
evaluate_target_health = true
}

latency_routing_policy {
region = var.region
}
set_identifier = var.region
}

0 comments on commit cf22873

Please sign in to comment.