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
parent d14dee9ceb
commit 9b732df436
43 changed files with 104 additions and 61 deletions

View File

@@ -47,6 +47,7 @@ options:
description:
- Whether or not the destination snapshots of the copied AMI should be encrypted.
version_added: "2.2"
type: bool
kms_key_id:
description:
- KMS key id used to encrypt image. If not specified, uses default EBS Customer Master Key (CMK) for your account.
@@ -70,6 +71,7 @@ options:
- Whether to use tags if the source AMI already exists in the target region. If this is set, and all tags match
in an existing AMI, the AMI will not be copied again.
default: false
type: bool
version_added: 2.6
author:
- Amir Moulavi (@amir343) <amir.moulavi@gmail.com>