From 10ed1f1a98ee6f1a62cfb7f23babd4958658776b Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 30 Sep 2023 16:26:17 -0700 Subject: [PATCH] Adding note regarding master record with special record --- infra/route53-shockrah-xyz.tf | 4 ++++ 1 file changed, 4 insertions(+) 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"