From 3b669b87005860d43542a1e6954e1268ac39c9a6 Mon Sep 17 00:00:00 2001 From: kbreit Date: Wed, 24 Jan 2018 09:18:08 -0600 Subject: [PATCH] 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. --- lib/ansible/modules/cloud/amazon/ec2_asg.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_asg.py b/lib/ansible/modules/cloud/amazon/ec2_asg.py index 31a7bd1669..a580c12682 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_asg.py +++ b/lib/ansible/modules/cloud/amazon/ec2_asg.py @@ -41,11 +41,11 @@ options: required: true load_balancers: 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 target_group_arns: 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" availability_zones: description: