Releases: trussworks/terraform-aws-logs
Releases · trussworks/terraform-aws-logs
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
v14.1.0
v14.0.0
- Add support to source account policy for multi account prefixes in Config buckets
v13.0.1
Remove filter /* as it's redundant and invalid