We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3be5a commit 3d3b993Copy full SHA for 3d3b993
1 file changed
infrastructure/modules/ses/main.tf
@@ -38,7 +38,7 @@ resource "aws_ses_domain_mail_from" "reporting" {
38
39
resource "aws_route53_record" "ses_mail_from_mx" {
40
count = var.enable ? 1 : 0
41
- zone_id = module.route53_fargate_ui.zone_id
+ zone_id = var.zone_id
42
name = "mail.${terraform.workspace}.${var.domain}"
43
type = "MX"
44
ttl = 600
@@ -50,7 +50,7 @@ resource "aws_route53_record" "ses_mail_from_mx" {
50
51
resource "aws_route53_record" "ses_mail_from_spf" {
52
53
54
55
type = "TXT"
56
0 commit comments