Skip to content

Releases: rhythmictech/terraform-aws-s3logging-bucket

v4.0.1

14 Jun 22:12
a77fca3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

14 Jun 21:54
c5d4d86
Compare
Choose a tag to compare

What's Changed

  • default to creating bucket policy instead of ACL by @sblack4 in #16

Full Changelog: v3.3.0...v4.0.0

v2.0.2

18 Jan 16:21
e29e010
Compare
Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

Support disabling bucket ACL

18 Nov 02:58
Compare
Choose a tag to compare

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

22 Feb 19:14
4e1b6e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

22 Feb 19:11
b00dec4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.2.0

v3.1.0

23 Dec 15:59
da04342
Compare
Choose a tag to compare

What's Changed

  • custom s3 lifecycle policies with transitions by @sblack4 in #13

Full Changelog: v3.0.0...v3.1.0

v3.0.0

22 Dec 17:31
e186bc1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v3.0.0

v2.0.1

22 Dec 17:08
b090ae7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

Support for multiple lifecycles

20 Jul 19:28
c23b2fc
Compare
Choose a tag to compare

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.