From c94d3d957ac2df970694a4225c2b0719074adae3 Mon Sep 17 00:00:00 2001 From: AJ Jordan Date: Tue, 26 Mar 2024 21:09:18 -0400 Subject: [PATCH] Add TODO comment --- env/dns.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/env/dns.tf b/env/dns.tf index 78b3b04..bfc2b13 100644 --- a/env/dns.tf +++ b/env/dns.tf @@ -30,6 +30,7 @@ resource "aws_route53_record" "route_53_root_txt" { } # DKIM +# TODO DKIM verification seems to need to be manually initiated in the console resource "aws_ses_domain_dkim" "email_dkim" { domain = aws_ses_domain_identity.main.domain }