mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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:
parent
01ae1790d2
commit
3b669b8700
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue