Skip to content

Releases: rhythmictech/terraform-aws-s3logging-bucket

AWS Provider v5

08 Mar 15:46
00667da
Compare
Choose a tag to compare

What's Changed

  • Bumps minimum required AWS provider version to 5.70.0 to support the transition_default_minimum_object_size on the aws_s3_bucket_lifecycle_configuration resource to address issues with hashicorp/terraform-provider-aws#41126
  • Fixes issues with how the AWS provider formats the XML body for the PutBucketLifecycleConfiguration call, resulting in drift and malformed XML errors on apply.

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

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