From df6e111c85161748dd5d48faf912449877950feb Mon Sep 17 00:00:00 2001 From: James Nugent Date: Wed, 20 Jan 2016 20:22:24 -0500 Subject: [PATCH] provider/dme: Clarify GTD meaning in docs --- .../source/docs/providers/dme/r/record.html.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/website/source/docs/providers/dme/r/record.html.markdown b/website/source/docs/providers/dme/r/record.html.markdown index 94f66655f..07dcd72ab 100644 --- a/website/source/docs/providers/dme/r/record.html.markdown +++ b/website/source/docs/providers/dme/r/record.html.markdown @@ -30,12 +30,13 @@ The following arguments are supported: * `domainid` - (String, Required) The domain id to add the record to -* `name` - (Required) The name of the record -* `type` - (Required) The type of the record -* `value` - (Required) The value of the record; its usage +* `name` - (Required) The name of the record `type` - (Required) The type of +* the record `value` - (Required) The value of the record; its usage will depend on the `type` (see below) -* `ttl` - (Integer, Optional) The TTL of the record -* `gtdLocation` - (String, Optional) The GTD Location of the record on GTD enabled domains; Unless GTD is enabled this should be omitted or set to "DEFAULT" +* `ttl` - (Integer, Optional) The TTL of the record `gtdLocation` - (String, + Optional) The GTD Location of the record on Global Traffic Director enabled + domains; Unless GTD is enabled this should either be omitted or set to + "DEFAULT" Additional arguments are listed below under DNS Record Types.