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:
|
||||
description:
|
||||
- Create or destroy the ELB
|
||||
choices: ["present", "absent"]
|
||||
required: true
|
||||
name:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue