Skip to content

Instantly share code, notes, and snippets.

@jschr
Created April 13, 2017 01:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jschr/2b651289fe4bfc7949b98b72b95f1fe3 to your computer and use it in GitHub Desktop.
Save jschr/2b651289fe4bfc7949b98b72b95f1fe3 to your computer and use it in GitHub Desktop.
Mailgun terraform output
module.app.mailgun_domain.domain:
receiving_records.# = 2
receiving_records.0.priority = 10
receiving_records.0.record_type = MX
...
sending_records.# = 3
sending_records.0.name = jschr.io
sending_records.0.record_type = TXT
sending_records.0.valid = valid
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment