Skip to content

Commit

Permalink
Merge pull request #5591 from hashicorp/r53-docs
Browse files Browse the repository at this point in the history
provider/aws: Document set_identifer requirement for Route53 weighted and failover types
  • Loading branch information
catsby committed Mar 11, 2016
2 parents a303156 + bb806fa commit ba45f44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit ba45f44

Please sign in to comment.