Skip to content

Commit

Permalink
🎨 Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Mar 2, 2024
1 parent d0b5955 commit c4f4163
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions terraform/modules/domain/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ resource "aws_route53_record" "spf" {
}

resource "aws_route53_record" "mailgun" {
zone_id = aws_route53_zone.domain.zone_id
name = "email"
type = "CNAME"
ttl = 3600
records = ["mailgun.org."]
zone_id = aws_route53_zone.domain.zone_id
name = "email"
type = "CNAME"
ttl = 3600
records = ["mailgun.org."]
}

resource "aws_route53_record" "gmail" {
Expand Down

0 comments on commit c4f4163

Please sign in to comment.