provider/dme: Clarify GTD meaning in docs

This commit is contained in:
James Nugent 2016-01-20 20:22:24 -05:00
parent 45b3b9d181
commit df6e111c85
1 changed files with 6 additions and 5 deletions

View File

@ -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.