All notable changes to this project will be documented in this file.
v1.17.0 - 2020-12-09
- fix: Change ELB Log Delivery Policy to use ARN output to support Gov Cloud (#60)
v1.16.0 - 2020-10-30
- feat: Creating SNS/SQS policies should be optional (#54)
v1.15.0 - 2020-10-08
- fix: Fixed cors_rules variable type (#49)
v1.14.0 - 2020-10-08
- fix: Fixed grant variable type (#46)
v1.13.0 - 2020-10-06
- feat: Add bucket acl policy grants (#44)
- Updated docs
v1.12.0 - 2020-08-17
- fix: Using required arguments instead of lookup in replication_configuration (#35)
v1.11.0 - 2020-08-17
- feat: support a list of CORS rules instead of a single rule (#40)
v1.10.0 - 2020-08-13
- feat: Remove region parameter for 3.0 aws provider (#38)
v1.9.0 - 2020-07-01
- chore: Allow Terraform 0.13 (#36)
v1.8.0 - 2020-06-12
- feat: Added attach_public_policy as conditional switch (#34)
- feat: Updated variable name in notification module
v1.7.0 - 2020-05-24
- feat: Added modules/notifications for S3 bucket notifications (#31)
- docs: Fix link for complete S3 example to replication S3 example (#19)
v1.6.0 - 2020-03-06
- Added AWS S3 bucket public access block (#18)
v1.5.0 - 2020-01-07
- Fix kms_master_key_id to conform with terraform resource (#5)
v1.4.0 - 2019-11-22
- Fix for bucket policy count when value is not computed (#12)
v1.3.0 - 2019-11-22
- Updated example to show bucket policy usage
v1.2.0 - 2019-11-21
- Output bucket id from s3_bucket_policy to make sure that policy is present before it can be used
v1.1.0 - 2019-11-20
- Added support for S3 bucket policy (incl. ELB logs delivery policy) (#10)
v0.1.0 - 2019-08-29
v1.0.0 - 2019-08-29
- Rewrite to match other modules, added all existing S3 features
- Minor formatting, cleanups, readme
- Initial release of this module (#4)
- Initial commit