Skip to content

Commit

Permalink
remove dkim
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Dec 4, 2024
1 parent dc572e9 commit 2e6c307
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions infrastructure/email.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,3 @@ resource "aws_route53_record" "ses_verification" {
resource "aws_ses_domain_dkim" "getstronger" {
domain = aws_ses_domain_identity.getstronger.domain
}

resource "aws_route53_record" "dkim" {
count = length(aws_ses_domain_dkim.getstronger.dkim_tokens)
zone_id = aws_route53_zone.getstronger_pro.zone_id
name = "${aws_ses_domain_dkim.getstronger.dkim_tokens[count.index]}._domainkey.getstronger.pro"
type = "CNAME"
ttl = 600
records = ["${aws_ses_domain_dkim.getstronger.dkim_tokens[count.index]}.dkim.amazonses.com"]
}

0 comments on commit 2e6c307

Please sign in to comment.