stavxyz / terraform-mailgun-aws

A Terraform module for creating a Mailgun domain, Route53 Zone, and corresponding DNS records
https://registry.terraform.io/modules/samstav/aws/mailgun
Apache License 2.0
21 stars 2 forks source link

make MX records optional #1

Closed stavxyz closed 7 years ago

stavxyz commented 7 years ago

Do not configure Receiving MX DNS records if you already have another provider handling inbound mail delivery (e.g. Gmail).

https://documentation.mailgun.com/quickstart-sending.html#add-receiving-mx-records

stavxyz commented 7 years ago

Can probably use count

https://github.com/hashicorp/terraform/issues/1604