Skip to content

Commit

Permalink
adjust name for r53 zone ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 3, 2024
1 parent dfa5dfe commit 47692a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-incubator/home-unite-us/dev/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "aws_route53_record" "root_a_record" {

alias {
name = data.aws_lb.incubator.dns_name
zone_id = data.aws_route53_zone.selected[0].zone_id
zone_id = aws_route53_zone.original.zone_id
evaluate_target_health = false
}

Expand Down

0 comments on commit 47692a3

Please sign in to comment.