Skip to content

Releases: cloudposse/terraform-aws-alb

v1.8.0

07 Jun 14:41
27f69b1
Compare
Choose a tag to compare
Support AWS Provider V5 (#142)

* Support AWS Provider V5

* Support AWS Provider V5

* Support AWS Provider V5

* bump s3

* bump s3

* bump s3

* precommit/terraform

* bump logs

* bump logs

* bump logs

* bump logs

v1.7.0

12 Jan 14:12
43aa53c
Compare
Choose a tag to compare
Add load_balancing_algorithm_type input variable @linhkikuchi (#127)

what

  • To support other type of load_balancing_algorithm_type (other than the default round_robin)

why

  • My use case requires to use least_outstanding_requests type

v1.6.0

18 Nov 20:30
864b57c
Compare
Choose a tag to compare
add preserve host header option @tbpoetke (#124)

what

adding the preserve host header option of the alb like documented here: Terraform registry

why

option was missing

references

v1.5.0

14 Sep 16:09
2c3040f
Compare
Choose a tag to compare
Allow to set listener tags @welderpb (#122)

what

  • Allow add tags to created listeners.

why

  • In some cases we need to tag listeners.

references

v1.4.0

27 Jun 23:30
bce6ca2
Compare
Choose a tag to compare
chore(deps): update Terraform cloudposse/lb-s3-bucket/aws to v0.16.0 @renovate (#111)

This PR contains the following updates:

Package Type Update Change
cloudposse/lb-s3-bucket/aws (source) module minor 0.14.1 -> 0.16.0

v1.3.0

20 Jun 10:35
5296fdb
Compare
Choose a tag to compare
Add attribute protocol_version into default target group @ArtemKorchunov (#118)

what

  • Add attribute protocol_version to default target group

why

v1.2.0

19 May 18:47
2890977
Compare
Choose a tag to compare
feat: add variable to support health check protocol different from traffic's @topikachu (#117)

what

Add variable to support health check protocol different from traffic's

why

My system uses HTTP for the health check but HTTPS for data traffic.
Add a new variable to support this use case.

references

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group#health_check

v1.1.0

03 May 16:37
ef40bb7
Compare
Choose a tag to compare
Add slow_start parameter to target group @plenkl (#104)

what

  • Exposes the parameter slow_start which controls how the load balancer scales in new targets as they become healthy.

why

  • Some applications need time to warm up before they can start handling their full share of requests.

references

v1.0.0

11 Apr 04:58
8558cdd
Compare
Choose a tag to compare

Initial release with production Semantic Versioning, part of our general strategy to convert to production versioning as we make updates to relatively mature modules, especially those where we see breaking changes coming in the near future. This module will evolve with breaking changes as we convert it to use our security-group and s3-log-storage modules and be compatible with the new S3 resource structure introduced in AWS Terraform provider v4.0.

Update framework, version pinning @Nuru (#113)

what

  • Update framework, version pinning

v0.36.0

08 Dec 15:40
5578d81
Compare
Choose a tag to compare
Fix default target group count @linhkikuchi (#108)

what

  • I have listener_https_fixed_response but still need the default target group created in this module. It used to work before this PR (#97). Do not see why it should not get created when we have listener_https_fixed_response