diff --git a/infra/route53-shockrah-xyz.tf b/infra/route53-shockrah-xyz.tf index f2f7658..181bf36 100644 --- a/infra/route53-shockrah-xyz.tf +++ b/infra/route53-shockrah-xyz.tf @@ -52,6 +52,10 @@ resource "aws_route53_record" "shockrah-xyz-record" { records = each.value.records } +# This is our special snowflake """"master record"""" which points the root +# domain to a alias which normally is not allowed however route53 _does_ +# allow this to happen. In basically every other case we would need to point +# this root record to an IP and have an LB attach to that LB resource "aws_route53_record" "shockrah-xyz-apex" { zone_id = aws_route53_zone.shockrah-xyz.id name = "shockrah.xyz"