Skip to content

Instantly share code, notes, and snippets.

@jschr
Created April 12, 2017 02:25
Show Gist options
  • Save jschr/e79326ea2c3f04f67510fd7d9bb986d6 to your computer and use it in GitHub Desktop.
Save jschr/e79326ea2c3f04f67510fd7d9bb986d6 to your computer and use it in GitHub Desktop.
terraform mailgun provider
resource "mailgun_domain" "domain" {
name = "${var.domain}"
spam_action = "disabled"
smtp_password = "${var.mailgun_smtp_password}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment