Skip to content

Releases: trussworks/terraform-aws-logs

Updated to be AWS Provider v3 compatible

24 Sep 21:57
e1597e4
Compare
Choose a tag to compare
Merge pull request #103 from trussworks/ee-add-aws3-support

Ee add aws provider v3 support to tf12 branch

Removes the need for region

10 Sep 19:49
14c946b
Compare
Choose a tag to compare

Version 10.x.x removes the region variable as it will pull from the region that your AWS session is associated with.

Terraform13

04 Sep 00:32
6967135
Compare
Choose a tag to compare

Merge pull request #99 from trussworks/am-upgrade-tf13

pins terraform 12

27 Aug 22:01
e2b4b68
Compare
Choose a tag to compare

use if need terraform 12

Adding support for corss account logging of ALB and NLB logs

11 Aug 16:49
590e001
Compare
Choose a tag to compare

Related PR: #94

Add the support to allow cross account logging for ALB and NLB logs.

Enforce TLS on the bucket

10 Apr 17:45
b2fba3b
Compare
Choose a tag to compare

Require TLS on all requests for writing to and reading from the logs bucket. Any request not using TLS will be denied. Thanks to @bazbremner for submitting the change.

Refactor module to use IAM policy document instead of JSON templating

27 Mar 20:50
41ee1b7
Compare
Choose a tag to compare

What were True/False strings are now bools

06 Mar 20:51
a46657a
Compare
Choose a tag to compare

Updated the types to be bool instead of string.

Support for GovCloud

13 Feb 19:28
2897a19
Compare
Choose a tag to compare
  • Adds support for using this module in AWS GovCloud

v5.1.0

11 Feb 20:01
f290672
Compare
Choose a tag to compare
Use nlb_logs_prefixes instead of nlb_logs_prefix (#45)