Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Mar 27, 2024
1 parent 2540dce commit c94d3d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env/dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c94d3d9

Please sign in to comment.