Skip to content

Releases: trussworks/terraform-aws-alb-web-containers

v10.0.1

02 Feb 20:43
b519e0e
Compare
Choose a tag to compare

Adds capability for users to configure the http protocol version of the target group created by the module and to set the desync_mitigation_mode for the load balancer.

v10.0.0

06 Nov 21:01
49853d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.1.0...v10.0.0

Enable deletion protection

21 Jun 19:42
0c8a563
Compare
Choose a tag to compare

This minor update adds the ability to toggle deletion protection for the load balancer. The default behavior is set to false to maintain historical behavior.

Deprecate using Terraform versions before 1.0

08 Jun 17:17
f47f792
Compare
Choose a tag to compare

Module now requires using Terraform version 1.0 or higher.

v8.0.0-rc1

25 May 13:38
v8.0.0-rc1
2360c12
Compare
Choose a tag to compare
v8.0.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v7.0.0...v8.0.0-rc1

v7.0.0

09 Nov 16:26
9c6252b
Compare
Choose a tag to compare
  • Optionally pass an already existing SG to the ALB #134

add toggle variable for alb prefix

13 Aug 18:26
f1bf8e8
Compare
Choose a tag to compare

add variable to allow enabling and disabling alb prefix

add option for custom log prefix

11 Aug 20:30
a951fae
Compare
Choose a tag to compare

To allow the ALB logging prefix to be customized, we added an optional variable that would override the default prefix for AWS alb web containers

Support optional access logs

28 Jun 18:59
8e2def1
Compare
Choose a tag to compare

In order to better support the creation of stacks for learning/teaching, we made access logs optional (by passing in an empty string for the required logs_s3_bucket input).

This is a new major version as Terraform < 0.15.2 has a bug in dynamic block planning that this code tickled. We now require >= 0.15.2.

Add option for extra tags on the load balancer security group

26 Mar 20:51
1a7d7da
Compare
Choose a tag to compare
  • Add option for extra tags on the load balancer security group