Releases: trussworks/terraform-aws-logs
Releases · trussworks/terraform-aws-logs
v17.0.0
What's Changed
- chore: remove lifecycle block on bucket policy by @esacteksab in #320
Full Changelog: v16.3.1...v17.0.0
v16.3.1
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
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
chore: removing the default tagging of an S3 bucket with its own name
Deprecate data source: aws_redshift_service_account
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
Module now requires using Terraform version 1.0 or higher.
ACL and object ownership changes
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
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
What's Changed
- chore: removing makefile by @esacteksab in #304
- "ci: validate-tf rather than validate and TFDocs GHA" by @esacteksab in #305
- NT: adds arn as output and custom bucket policy example by @nyanbinaryneko in #306
Full Changelog: v14.2.0...v14.2.1
v14.2.0
- Adds bucket policy to outputs allowing a user to amend or append a custom bucket policy