issues
search
hackforla
/
incubator
https://github.com/orgs/hackforla/projects/73/views/5
GNU General Public License v2.0
3
stars
14
forks
source link
update route 53 configuration to handle root and subdomain DNS records
#77
Closed
chelseybeck
closed
5 months ago
chelseybeck
commented
5 months ago
What changed
Added aws_route53_record resource for root domain (A record with alias) to point to ALB
Updated aws_route53_record resource for subdomains (CNAME records) to point to ALB
Refactored logic to use host_names variable dynamically
What changed