Skip to content

Releases: trussworks/terraform-aws-logs

v14.1.0

09 Nov 16:44
f3e09c7
Compare
Choose a tag to compare
  • Add enable_s3_log_bucket_lifecycle_rule. Thanks @amber-h !

v14.0.0

09 Nov 16:22
6d7fbb1
Compare
Choose a tag to compare
  • Add support to source account policy for multi account prefixes in Config buckets

v13.0.1

04 Nov 15:40
39c625d
Compare
Choose a tag to compare

Remove filter /* as it's redundant and invalid

Further improve the aws 4.0 provider upgrade path

02 May 18:09
b6110c9
Compare
Choose a tag to compare

This releases #273.

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

Of note, this replaces the enable_versioning boolean variable with the versioning_status string variable due to the more nuanced behavior of the aws_s3_bucket_versioning resource. With the new behavior, the AWS provider distinguishes between Disabled versioning (versioning has never been enabled) and Suspended versioning (versioning was once enabled, but is now turned off). The old behavior did not include this differentiation.

Additionally, this sets the minimum AWS provider version to 3.75.0.

Improve the upgrade experience to 12.x

20 Apr 19:48
6849eec
Compare
Choose a tag to compare

Enable the use of version 4 of the AWS provider

15 Apr 19:40
6315b60
Compare
Choose a tag to compare

Enable the use of version 4 of the AWS provider. Upgrading to this version will require running multiple terraform import statements. Please see the Readme for details: https://github.com/trussworks/terraform-aws-logs#upgrading-from-11xx-to-12xx

Remove Automation tagging in favor of provider default_tags

27 Aug 22:57
90e4847
Compare
Choose a tag to compare
  • Remove Automation tagging - The preference is to use the AWS provider default_tags for setting Automation = Terraform. If you would like to continue using Automation tagging, you can define it directly in var.tags.

Restrict to 3.x of the aws provider in anticipation of breaking changes

16 Aug 16:28
5a559d4
Compare
Choose a tag to compare

Expose the mfa_delete attribute

13 Aug 23:22
22d01c1
Compare
Choose a tag to compare

Add enable_versioning

05 Mar 17:32
e22d5e2
Compare
Choose a tag to compare

This release adds the ability to turn on versioning for the logs bucket via the enable_versioning variable.