mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07: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:
parent
0b294d69c5
commit
c340587bb8
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Create or destroy the ELB
|
- Create or destroy the ELB
|
||||||
|
choices: ["present", "absent"]
|
||||||
required: true
|
required: true
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue