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