Skip to content

Commit

Permalink
Update load_balancing.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor committed Feb 9, 2024
1 parent dc78548 commit b161efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "aws_route53_record" "nlb_target_group" {
type = "CNAME"
alias {
evaluate_target_health = false
name = var.ecs_connectivity_nlb.name
name = var.ecs_connectivity_nlb.dns_name
zone_id = var.ecs_connectivity_nlb.zone_id
}
}

0 comments on commit b161efb

Please sign in to comment.