Skip to content

Commit

Permalink
Updated main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
bikeidaho committed Oct 7, 2024
1 parent 3261326 commit 826e47a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,18 @@ module "records" {
zone_id = module.s3_bucket.s3_bucket_hosted_zone_id
}
},
{
name = ""
type = "MX"
ttl = 3600
records = [
"1 aspmx.l.google.com",
"5 alt1.aspmx.l.google.com",
"5 alt2.aspmx.l.google.com",
"10 alt3.aspmx.l.google.com",
"10 alt4.aspmx.l.google.com"
]
},
{
name = "geo"
type = "CNAME"
Expand Down

0 comments on commit 826e47a

Please sign in to comment.