Skip to content

Commit 042fe3b

Browse files
committed
More index correction!
1 parent ab4f993 commit 042fe3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/ses/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "aws_route53_record" "ndr_ses_dkim_record" {
1212
count = 3
1313

1414
zone_id = var.zone_id
15-
name = var.is_sandbox ? "${aws_ses_domain_dkim.ndr_dkim[0].dkim_tokens[count.index]}._domainkey.${terraform.workspace}.dev" : "${aws_ses_domain_dkim.ndr_dkim[0].dkim_tokens[count.index]}._domainkey.${terraform.workspace}"
15+
name = var.is_sandbox ? "${aws_ses_domain_dkim.ndr_dkim.dkim_tokens[count.index]}._domainkey.${terraform.workspace}.dev" : "${aws_ses_domain_dkim.ndr_dkim.dkim_tokens[count.index]}._domainkey.${terraform.workspace}"
1616
type = "CNAME"
1717
ttl = 1800
1818
records = ["${aws_ses_domain_dkim.ndr_dkim.dkim_tokens[count.index]}.dkim.amazonses.com"]

0 commit comments

Comments
 (0)