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:
AndyG 2019-02-25 21:56:24 +00:00 committed by Alicia Cozine
parent f5c0ae82fc
commit fe7cbc2554

View file

@ -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)"