Clarify AWS autoscaling group documentation for load balancers (#35250)

Specified that `target_group_arns` is for application load balancers and `load_balancers` is for classic load balancers.
This commit is contained in:
kbreit 2018-01-24 09:18:08 -06:00 committed by Sloane Hertel
commit 3b669b8700

View file

@ -41,11 +41,11 @@ options:
required: true required: true
load_balancers: load_balancers:
description: description:
- List of ELB names to use for the group - List of ELB names to use for the group. Use for classic load balancers.
required: false required: false
target_group_arns: target_group_arns:
description: description:
- List of target group ARNs to use for the group - List of target group ARNs to use for the group. Use for application load balancers.
version_added: "2.4" version_added: "2.4"
availability_zones: availability_zones:
description: description: