Skip to content

Commit

Permalink
fix (aws/ses): include ttl in records (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk authored Oct 24, 2024
2 parents 3192b4f + fb26d20 commit 0927120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/ses/route53.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ resource "aws_route53_record" "ses_validation_record" {
"${local.validation_dns_records[count.index].priority} ${local.validation_dns_records[count.index].value}" :
local.validation_dns_records[count.index].value
]
ttl = 60
}

0 comments on commit 0927120

Please sign in to comment.