We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac636a commit d19a141Copy full SHA for d19a141
infrastructure/terraform/components/app/route53_record_ses_dkim_validation.tf
@@ -2,7 +2,7 @@ resource "aws_route53_record" "ses_dkim_validation" {
2
count = 3
3
4
zone_id = local.acct.dns_zone["id"]
5
- name = "${aws_ses_domain_dkim.main.dkim_tokens[count.index]}._domainkey"
+ name = "${aws_ses_domain_dkim.main.dkim_tokens[count.index]}._domainkey.${aws_ses_domain_identity.main.id}"
6
type = "CNAME"
7
ttl = "300"
8
records = [
0 commit comments