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 * `domainid` - (String, Required) The domain id to add the
record to record to
* `name` - (Required) The name of the record * `name` - (Required) The name of the record `type` - (Required) The type of
* `type` - (Required) The type of the record * the record `value` - (Required) The value of the record; its usage
* `value` - (Required) The value of the record; its usage
will depend on the `type` (see below) will depend on the `type` (see below)
* `ttl` - (Integer, Optional) The TTL of the record * `ttl` - (Integer, Optional) The TTL of the record `gtdLocation` - (String,
* `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" 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. Additional arguments are listed below under DNS Record Types.