Skip to content

Releases: trussworks/terraform-aws-logs

v17.0.2

18 Jan 16:23
a1e0d14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.0.1...v17.0.2

v17.0.1

18 Jan 16:14
df24ea4
Compare
Choose a tag to compare

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)

Full Changelog: v17.0.0...v17.0.1

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