From 6f76db8cb50949a5b688ae0506165a7f678f7216 Mon Sep 17 00:00:00 2001 From: Jay Prall <36337+j4y@users.noreply.github.com> Date: Tue, 21 Oct 2025 23:14:54 -0400 Subject: [PATCH] fix: add missing brace to fix deploy action --- terraform/website/dns.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/website/dns.tf b/terraform/website/dns.tf index 72e460f..3895693 100644 --- a/terraform/website/dns.tf +++ b/terraform/website/dns.tf @@ -5,6 +5,7 @@ resource "aws_route53_record" "mx_verification" { type = "MX" ttl = 3600 records = ["10 ms21173179.msv1.invalid"] +} # domain verification with Microsoft resource "aws_route53_record" "txt_record" {