providers/mailgun: clarify domain docs

This commit is contained in:
Jack Pearkes 2014-08-24 16:03:17 -07:00
parent b71ff28871
commit 9dfc7ad49d
1 changed files with 0 additions and 6 deletions

View File

@ -13,12 +13,6 @@ create and manage applications on Mailgun.
```
# Create a new mailgun domain
resource "mailgun_domain" "default" {
name = "test.example.com"
smtp_password = "foobar"
}
# Create SMTP Credentials
resource "mailgun_domain" "default" {
name = "test.example.com"
spam_action = "disabled"