Skip to content

Commit

Permalink
🐛 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Mar 2, 2024
1 parent 0082030 commit d0b5955
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/modules/domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ resource "aws_route53_record" "mailgun" {
type = "CNAME"
ttl = 3600
records = ["mailgun.org."]
multivalue_answer_routing_policy = true
set_identifier = "mailgun"
}

resource "aws_route53_record" "gmail" {
Expand Down

0 comments on commit d0b5955

Please sign in to comment.