Skip to content

Commit

Permalink
set domain name
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn committed Dec 4, 2024
1 parent ce8be87 commit 951e513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/email.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "aws_iam_access_key" "ses_user_key" {

resource "aws_route53_record" "mx_record" {
zone_id = aws_route53_zone.getstronger_pro.zone_id
name = ""
name = "getstronger.pro"
type = "MX"
ttl = 300
records = ["10 inbound-smtp.eu-west-2.amazonaws.com", "10 feedback-smtp.eu-west-2.amazonses.com"]
Expand Down

0 comments on commit 951e513

Please sign in to comment.