Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-pinatti committed Dec 3, 2017
1 parent 6a077bb commit 1cb1519
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ aws_r53_primary_domain_cname_records = {
}

aws_r53_primary_domain_mx_records = {
"example.com" = "5 aspmx.l.google.com"
"example.com" = "10 alt1.aspmx.l.google.com"
"example.com" = "15 alt2.aspmx.l.google.com"
"example.com" = "5 aspmx.l.google.com, 10 alt1.aspmx.l.google.com, 15 alt2.aspmx.l.google.com"
}

aws_r53_primary_domain_txt_records = {
Expand Down

0 comments on commit 1cb1519

Please sign in to comment.