Merge pull request #2287 from pgilad/patch-1
Docs: add state choices to ec2_elb_lb
This commit is contained in:
commit
f2cd132cd0
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
Reference in a new issue