Releases: trussworks/terraform-aws-logs
Releases · trussworks/terraform-aws-logs
v17.0.2
What's Changed
- chore: remove terraform lock file by @esacteksab in #324
Full Changelog: v17.0.1...v17.0.2
v17.0.1
What's Changed
Regions available as of August 2022 or later
This policy grants permissions to the specified log delivery service. Use this policy for load balancers in Availability Zones and Local Zones in the following Regions:
Asia Pacific (Hyderabad)
Asia Pacific (Malaysia)
Asia Pacific (Melbourne)
Asia Pacific (Thailand)
Canada West (Calgary)
Europe (Spain)
Europe (Zurich)
Israel (Tel Aviv)
Middle East (UAE)
- fix: bucket policy for new AWS Regions by @esacteksab in #322
Full Changelog: v17.0.0...v17.0.1
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