Skip to content

Releases: trussworks/terraform-aws-logs

v17.0.0

15 Jan 03:10
f950d3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.3.1...v17.0.0

v16.3.1

15 Jan 01:17
b22f7c4
Compare
Choose a tag to compare

What's Changed

  • fix: elb_logs_prefix should be string not list(string) by @esacteksab in #319

Full Changelog: v16.3.0...v16.3.1

v16.3.0

15 Jan 00:30
a1456da
Compare
Choose a tag to compare

What's Changed

  • feat: Support passing KMS key to bucket encryption configuration by @esacteksab in #317

Full Changelog: v16.2.0...v16.3.0

v16.2.0: Merge pull request #313 from trussworks/remove-default-tag

03 Nov 19:47
4defe29
Compare
Choose a tag to compare
chore: removing the default tagging of an S3 bucket with its own name

Deprecate data source: aws_redshift_service_account

17 Jul 18:24
3d475e2
Compare
Choose a tag to compare
Merge pull request #311 from trussworks/fix-redshift-principal

Removes the redshift service account and switches to service principal

Deprecate using Terraform versions before 1.0

08 Jun 19:29
5651e77
Compare
Choose a tag to compare

Module now requires using Terraform version 1.0 or higher.

ACL and object ownership changes

23 May 23:55
39125a4
Compare
Choose a tag to compare

Update the module to work with ACL and object ownership changes introduced by AWS in April 2023.

See https://github.com/trussworks/terraform-aws-logs#upgrade-paths for details on how to upgrade.

Removes lifecycle rules put in place for aws provider v4 update

25 Apr 16:50
a9f4972
Compare
Choose a tag to compare
Merge pull request #308 from trussworks/remove-lifecycle-ignores

removes the lifecycle ignore rules put in place for aws provider v4 upgrade

v14.2.1

10 Mar 20:13
d44df91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.2.0...v14.2.1

v14.2.0

22 Dec 19:35
6264c41
Compare
Choose a tag to compare
  • Adds bucket policy to outputs allowing a user to amend or append a custom bucket policy