providers/mailgun: clarify domain docs
This commit is contained in:
parent
b71ff28871
commit
9dfc7ad49d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue