mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -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
|
# Create a new mailgun domain
|
||||||
resource "mailgun_domain" "default" {
|
|
||||||
name = "test.example.com"
|
|
||||||
smtp_password = "foobar"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Create SMTP Credentials
|
|
||||||
resource "mailgun_domain" "default" {
|
resource "mailgun_domain" "default" {
|
||||||
name = "test.example.com"
|
name = "test.example.com"
|
||||||
spam_action = "disabled"
|
spam_action = "disabled"
|
||||||
|
Loading…
Reference in New Issue
Block a user