E325 removal - Part I (#49136)

Remove E325 from Amazon modules

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2018-11-27 20:41:01 +05:30 committed by GitHub
commit 9b732df436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 104 additions and 61 deletions

View file

@ -29,22 +29,27 @@ options:
all_facts:
description:
- Get all stack information for the stack
type: bool
default: 'no'
stack_events:
description:
- Get stack events for the stack
type: bool
default: 'no'
stack_template:
description:
- Get stack template body for the stack
type: bool
default: 'no'
stack_resources:
description:
- Get stack resources for the stack
type: bool
default: 'no'
stack_policy:
description:
- Get stack policy for the stack
type: bool
default: 'no'
extends_documentation_fragment:
- aws