FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

DNSMadeEasy Provider

The DNSMadeEasy provider is used to interact with the resources supported by DNSMadeEasy. 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 DNSMadeEasy provider
provider "dme" {
    akey = "${var.dme_akey}"
    skey = "${var.dme_skey}"
    usesandbox = true
}

# Create an A record
resource "dme_record" "www" {
    domainid = "123456"
    ...
}

Argument Reference

The following arguments are supported:


See the source of this document at Terraform.io