Skip to content

Commit

Permalink
aws_ssm connection / SSE parameters: add version_added for the new pa…
Browse files Browse the repository at this point in the history
…rameters

Co-authored-by: Brian Scholer <[email protected]>
  • Loading branch information
fh-maxime-froment and briantist committed Oct 20, 2021
1 parent a24f130 commit fdcd86d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/connection/aws_ssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,12 @@
description: Server-side encryption mode to use for uploads on the S3 bucket used for file transfer.
choices: [ 'AES256', 'aws:kms' ]
required: false
version_added: 2.1.0
vars:
- name: ansible_aws_ssm_bucket_sse_mode
bucket_sse_kms_key_id:
description: KMS key id to use when encrypting objects using C(bucket_sse_mode=aws:kms). Ignored otherwise.
version_added: 2.1.0
vars:
- name: ansible_aws_ssm_bucket_sse_kms_key_id
'''
Expand Down

0 comments on commit fdcd86d

Please sign in to comment.