Releases: trussworks/terraform-aws-logs
Releases · trussworks/terraform-aws-logs
Updated to be AWS Provider v3 compatible
Merge pull request #103 from trussworks/ee-add-aws3-support Ee add aws provider v3 support to tf12 branch
Removes the need for region
Version 10.x.x removes the region
variable as it will pull from the region that your AWS session is associated with.
Terraform13
Merge pull request #99 from trussworks/am-upgrade-tf13
pins terraform 12
use if need terraform 12
Adding support for corss account logging of ALB and NLB logs
Related PR: #94
Add the support to allow cross account logging for ALB and NLB logs.
Enforce TLS on the bucket
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
What were True/False strings are now bools
Updated the types to be bool
instead of string
.
Support for GovCloud
- Adds support for using this module in AWS GovCloud
v5.1.0
Use nlb_logs_prefixes instead of nlb_logs_prefix (#45)