You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using an existing ALB, module.alb isn't fully populated, and
referencing the Route 53 records fails. The error is caught by the
top-level try, leaving atlantis_url empty.
With this change, wrapping the reference to module.alb.route53_records
in a try, var.atlantis.fqdn is used even when using an existing ALB.
Fixes#377.
0 commit comments