From e9edc1d9048400d2154dcbe960be38301aca9a84 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 10 Apr 2017 12:20:42 -0400 Subject: [PATCH] Update dme provider --- website/source/docs/providers/dme/index.html.markdown | 2 +- website/source/docs/providers/dme/r/record.html.markdown | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/providers/dme/index.html.markdown b/website/source/docs/providers/dme/index.html.markdown index 24ae07fda..5dfbba4dd 100644 --- a/website/source/docs/providers/dme/index.html.markdown +++ b/website/source/docs/providers/dme/index.html.markdown @@ -16,7 +16,7 @@ Use the navigation to the left to read about the available resources. ## Example Usage -``` +```hcl # Configure the DNSMadeEasy provider provider "dme" { akey = "${var.dme_akey}" diff --git a/website/source/docs/providers/dme/r/record.html.markdown b/website/source/docs/providers/dme/r/record.html.markdown index 836074124..ed6309162 100644 --- a/website/source/docs/providers/dme/r/record.html.markdown +++ b/website/source/docs/providers/dme/r/record.html.markdown @@ -6,13 +6,13 @@ description: |- Provides a DNSMadeEasy record resource. --- -# dme\_record +# dme_record Provides a DNSMadeEasy record resource. ## Example Usage -``` +```hcl # Add an A record to the domain resource "dme_record" "www" { domainid = "123456" @@ -129,7 +129,7 @@ see DNS Record Types. Following are examples of using each of the record types. -``` +```hcl # Provide your API and Secret Keys, and whether the sandbox # is being used (defaults to false) provider "dme" {