All notable changes to this project will be documented in this file.
v1.25.0 - 2021-04-10
- fix: Bump minimum provider version to 3.28 (#81)
v1.24.0 - 2021-04-09
- feat: Added workaround for variable type
any
(#79)
v1.23.0 - 2021-04-09
- feat: Add ability to create deny insecure transport policy (#77)
- chore: update documentation and pin
terraform_docs
version to avoid future changes (#76)
v1.22.0 - 2021-03-22
- fix: ACL value can be null even when using Terragrunt (#75)
v1.21.0 - 2021-03-17
- feat: Added modules/object (Happy Amazon S3 Pi Day!) (#74)
- chore: align ci-cd static checks to use individual minimum Terraform versions (#73)
v1.20.0 - 2021-03-01
- fix: Update syntax for Terraform 0.15 (#71)
- fix: Updated example to prevent from accidental object locking
v1.19.0 - 2021-03-01
- chore: add ci-cd workflow for pre-commit checks (#68)
v1.18.0 - 2021-02-20
- chore: update documentation based on latest
terraform-docs
which includes module and resource sections (#66)
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)
- Merge pull request #28 from terraform-aws-modules/terraform-provider-githubfile-1584635339745142000
- [ci skip] Create ".chglog/CHANGELOG.tpl.md".
- Merge pull request #27 from terraform-aws-modules/terraform-provider-githubfile-1584537276011746000
- Merge pull request #25 from terraform-aws-modules/terraform-provider-githubfile-1584537276011708000
- Merge pull request #24 from terraform-aws-modules/terraform-provider-githubfile-1584537276011758000
- Merge pull request #26 from terraform-aws-modules/terraform-provider-githubfile-1584537276011817000
- Merge pull request #23 from terraform-aws-modules/terraform-provider-githubfile-1584537276011808000
- [ci skip] Create ".editorconfig".
- [ci skip] Create "LICENSE".
- [ci skip] Create ".pre-commit-config.yaml".
- [ci skip] Create "Makefile".
- [ci skip] Create ".gitignore".
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