Skip to content

Commit

Permalink
Merge pull request #3 from transcend-io/dmattia/fix_zone_id
Browse files Browse the repository at this point in the history
Fix load balancer zone id
  • Loading branch information
dmattia authored Feb 18, 2020
2 parents abedb92 + b84022e commit 023c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ resource "aws_route53_record" "alb_alias" {

alias {
name = module.load_balancer.this_lb_dns_name
zone_id = module.load_balancer.this_lb_id
zone_id = module.load_balancer.this_lb_zone_id
evaluate_target_health = false
}
}

0 comments on commit 023c300

Please sign in to comment.