Files
opentf/website/source/docs/providers/mailgun/index.html.markdown
John Wegis 5495381c38 Update header title to "Mailgun Provider"
Update the Mailgun provider header title to "Mailgun Provider" so that it is consistent with the other provider pages.
2015-04-28 10:24:49 -07:00

840 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
mailgun Provider: Mailgun docs-mailgun-index The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.

Mailgun Provider

The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.

Use the navigation to the left to read about the available resources.

Example Usage

# Configure the Mailgun provider
provider "mailgun" {
	api_key = "${var.mailgun_api_key}"
}

# Create a new domain
resource "mailgun_domain" "default" {
    ...
}

Argument Reference

The following arguments are supported:

  • api_key - (Required) Mailgun API key