mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Docs: add state choices to ec2_elb_lb
add state options (`present` and `absent`) to `ec2_elb-lb` doc
This commit is contained in:
@@ -29,6 +29,7 @@ options:
|
||||
state:
|
||||
description:
|
||||
- Create or destroy the ELB
|
||||
choices: ["present", "absent"]
|
||||
required: true
|
||||
name:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user