Update dme provider

This commit is contained in:
Seth Vargo 2017-04-10 12:20:42 -04:00
parent e6784907d8
commit e9edc1d904
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@ Use the navigation to the left to read about the available resources.
## Example Usage ## Example Usage
``` ```hcl
# Configure the DNSMadeEasy provider # Configure the DNSMadeEasy provider
provider "dme" { provider "dme" {
akey = "${var.dme_akey}" akey = "${var.dme_akey}"

View File

@ -6,13 +6,13 @@ description: |-
Provides a DNSMadeEasy record resource. Provides a DNSMadeEasy record resource.
--- ---
# dme\_record # dme_record
Provides a DNSMadeEasy record resource. Provides a DNSMadeEasy record resource.
## Example Usage ## Example Usage
``` ```hcl
# Add an A record to the domain # Add an A record to the domain
resource "dme_record" "www" { resource "dme_record" "www" {
domainid = "123456" domainid = "123456"
@ -129,7 +129,7 @@ see DNS Record Types.
Following are examples of using each of the record types. Following are examples of using each of the record types.
``` ```hcl
# Provide your API and Secret Keys, and whether the sandbox # Provide your API and Secret Keys, and whether the sandbox
# is being used (defaults to false) # is being used (defaults to false)
provider "dme" { provider "dme" {