Update ec2_elb_lb.py (#52729)
*Calls out that the module can update as well as create and delete ELBs Co-Authored-By: biohazd <biohazd@users.noreply.github.com>
This commit is contained in:
parent
f5c0ae82fc
commit
fe7cbc2554
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module: ec2_elb_lb
|
||||||
description:
|
description:
|
||||||
- Returns information about the load balancer.
|
- Returns information about the load balancer.
|
||||||
- Will be marked changed when called only if state is changed.
|
- Will be marked changed when called only if state is changed.
|
||||||
short_description: Creates or destroys Amazon ELB.
|
short_description: Creates, updates or destroys an Amazon ELB.
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
author:
|
author:
|
||||||
- "Jim Dalton (@jsdalton)"
|
- "Jim Dalton (@jsdalton)"
|
||||||
|
|
Loading…
Reference in a new issue