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:
|
||||
- Enable or Disable the Source/Destination checks (for NAT instances and Virtual Routers)
|
||||
required: false
|
||||
default: true
|
||||
choices: [ "true", "false" ]
|
||||
default: yes
|
||||
choices: [ "yes", "no" ]
|
||||
state:
|
||||
version_added: "1.3"
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue