Releases: gchamon/terraform-aws-bucket-antivirus
Releases · gchamon/terraform-aws-bucket-antivirus
fix missing bucket attribute for aws_s3_bucket_policy
Using last known working hash in bucket antivirus function repo
Merge pull request #10 from gchamon/fix/broken-code-in-antivirus-repo Fix/broken code in antivirus repo
added option to pass precompiled lambda code
Merge pull request #9 from gchamon/feature/pass-precompiled-lambda-code possibility to pass precompiled lambda zip and skip compilation
Parameterized update rate
Fix parameterized update rate having no effect
fix potential vulnerability with RM
Merge pull request #6 from gchamon/fix/potential-vulnerability-with-rm potential vulnerability with rm with systems that do not implement --no-preserve-root
Remove offending files
After a minor refactor in which lambda functions and permissions were split into two separate files, the previous files remained commited. This release removes those offending files that were preventing this module's installation:
permissions.tf
lambda.tf
Update README.md
Fixed the example in readme to include the proper path in the Terraform registry
Update README.md
Added information about extra pre-requisites needed and fixed a small typo
First Release
This release provisions the base infrastructure:
- Policies for both update and scan functions
- Roles for both functions
- Periodic trigger for the update function
- Bucket event triggers for the scan function
- A bucket to hold the code for the functions
- Automatic compilation and deployment of the function's code
- The lambda functions per se