Merge pull request #5591 from hashicorp/r53-docs

provider/aws: Document set_identifer requirement for Route53 weighted and failover types
This commit is contained in:
Clint 2016-03-11 17:00:43 -06:00
commit ba45f44856
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ The following arguments are supported:
* `records` - (Required for non-alias records) A string list of records.
* `weight` - (Optional) The weight of weighted record (0-255).
* `set_identifier` - (Optional) Unique identifier to differentiate weighted
record from one another. Required for each weighted record.
and failover records from one another. Required if using `weighted` or
`failover` attributes
* `failover` - (Optional) The routing behavior when associated health check fails. Must be PRIMARY or SECONDARY.
* `health_check_id` - (Optional) The health check the record should be associated with.
* `alias` - (Optional) An alias block. Conflicts with `ttl` & `records`.