FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

mailgun_domain

Provides a Mailgun App resource. This can be used to create and manage applications on Mailgun.

Example Usage

# Create a new Mailgun domain
resource "mailgun_domain" "default" {
    name = "test.example.com"
    spam_action = "disabled"
    smtp_password = "foobar"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io