Skip to content

Commit

Permalink
Update unclear comment
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew <Andrew@Kvalhe.im>
  • Loading branch information
strugee and AndrewKvalheim authored Mar 20, 2024
1 parent 0a1f1e2 commit ecd4c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resource "aws_route53_record" "email_dkim_hubspot_records" {
]
}

# TODO remove this; we should (do?) do DNS-based verification instead.
# TODO remove this; we do DKIM-based verification instead.
resource "aws_ses_domain_identity" "email_domain_identity" {
domain = var.email_domain_name
}
Expand Down

0 comments on commit ecd4c7e

Please sign in to comment.