Created
April 12, 2017 02:25
-
-
Save jschr/e79326ea2c3f04f67510fd7d9bb986d6 to your computer and use it in GitHub Desktop.
terraform mailgun provider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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