Releases: rhythmictech/terraform-aws-s3logging-bucket
v4.0.1
v4.0.0
v2.0.2
Full Changelog: v2.0.1...v2.0.2
Support disabling bucket ACL
Adds new var object_ownership
, which allow setting the S3 object ownership setting. When set to BucketOwnerEnforced
, disables the S3 bucket ACL.
NOTE: Maintains backwards-compatibility with previous ACL setting, but will require re-creation of the ACL resource. To avoid this, rename the acl resource in state:
terraform state mv module.s3logging-bucket.aws_s3_bucket_acl.this 'module.s3logging-bucket.aws_s3_bucket_acl.this[0]'
v3.2.1
v3.2.0
v3.1.0
v3.0.0
v2.0.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #9
- update ci by @sblack4 in #11
New Contributors
- @pre-commit-ci made their first contribution in #9
- @sblack4 made their first contribution in #11
Full Changelog: v2.0.0...v2.0.1
Support for multiple lifecycles
Added support for multiple lifecycle rules based on prefix, including the ability to retain all logs/versions indefinitely.
Added better control over naming.
Removed unnecessary region
variable.
Changed resource names to follow standards.
Please see README.md for details on migrating to v2.0.0.