mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
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
Block a user