From bb806faf67548448d46c1b4f1ca3ece2ebbcd966 Mon Sep 17 00:00:00 2001 From: clint shryock Date: Fri, 11 Mar 2016 11:37:42 -0600 Subject: [PATCH] provider/aws: Document set_identifer requirement for Route53 weighted, failover types --- .../source/docs/providers/aws/r/route53_record.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/providers/aws/r/route53_record.html.markdown b/website/source/docs/providers/aws/r/route53_record.html.markdown index e099eb9cd7..513cdc54ae 100644 --- a/website/source/docs/providers/aws/r/route53_record.html.markdown +++ b/website/source/docs/providers/aws/r/route53_record.html.markdown @@ -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`.