mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
E325 removal - Part I (#49136)
Remove E325 from Amazon modules Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
d14dee9ceb
commit
9b732df436
43 changed files with 104 additions and 61 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue