Releases: trussworks/terraform-aws-s3-anti-virus
Releases · trussworks/terraform-aws-s3-anti-virus
v5.0.1
What's Changed
- Add variable
skip_s3_notification
to manage outside the module. by @theherk in #46 - feat: pre-commit autoupdate and terraform_docs adoption by @esacteksab in #49
New Contributors
- @esacteksab made their first contribution in #49
Full Changelog: v5.0.0...v5.0.1
Deprecate using Terraform versions before 1.0
Module now requires using Terraform version 1.0 or higher.
Upgrade Python env 3.9
This release upgrades the AWS Lambda environment to Python 3.9
Allows user to specify a KMS Key for SNS
Merge pull request #41 from trussworks/mb-16059 [MB-16059] adds the ability to specify the KMS key for the SNS topic and fixes t…
v3.2.3
v3.2.2
add s3:DeleteObject permission while av_delete_infected_files equals true
Enable Optional Encryption for Cloudwatch Log Groups
What's Changed
- Set up renovatebot by @rpdelaney in #30
- NT: enable cloudwatch log group encryption by @nyanbinaryneko in #31
New Contributors
- @rpdelaney made their first contribution in #30
- @nyanbinaryneko made their first contribution in #31
Full Changelog: v3.2.0...v3.2.1
Allow the user to pick the lambda object key
Support deleting infected files, IAM permission boundaries and an SNS bug fix
Clean release that allows TF13+
v3.0.1 Merge pull request #20 from trussworks/am-updating-version-restraites…