Files
opentf/website/source/docs/providers/dme/index.html.markdown
Jack Pearkes 0ee4e2b46c providers/dme: rename dnsmadeeasy package to dme
This package rename just makes one consistent name across the docs,
packages, and dirs.

cc/ @soniah
2015-02-25 15:54:22 -08:00

1.0 KiB

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
dme Provider: DNSMadeEasy docs-dme-index 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.

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:

  • akey - (Required) The DNSMadeEasy API key
  • skey - (Required) The DNSMadeEasy Secret key
  • usesandbox - (Optional) If true, the DNSMadeEasy sandbox will be used