Update ec2.py
updated default and choices to match standard
This commit is contained in:
parent
1f7f7c7dbc
commit
c97af02e40
1 changed files with 2 additions and 2 deletions
|
@ -188,8 +188,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- Enable or Disable the Source/Destination checks (for NAT instances and Virtual Routers)
|
- Enable or Disable the Source/Destination checks (for NAT instances and Virtual Routers)
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: yes
|
||||||
choices: [ "true", "false" ]
|
choices: [ "yes", "no" ]
|
||||||
state:
|
state:
|
||||||
version_added: "1.3"
|
version_added: "1.3"
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue