Releases: terraform-aws-modules/terraform-aws-alb
Releases · terraform-aws-modules/terraform-aws-alb
v10.0.2
21 Oct 08:34
Compare
Sorry, something went wrong.
No results found
v10.0.1
15 Oct 11:45
Compare
Sorry, something went wrong.
No results found
10.0.1 (2025-10-15)
Bug Fixes
Update load_balancing_cross_zone_enabled variable to accept string instead of bool (#417 ) (d8a5521 )
v10.0.0
16 Sep 19:13
Compare
Sorry, something went wrong.
No results found
10.0.0 (2025-09-16)
⚠ BREAKING CHANGES
Bump min supported version of Terraform and AWS to 1.5.7 and 6.5 respectively (#411 )
List of backwards incompatible changes
Terraform v1.5.7 is now minimum supported version
AWS provider v6.5 is now minimum supported version
Additional changes
Added
Support for region parameter to specify the AWS region for the resources created if different from the provider region.
Modified
Variable definitions now contain detailed object types in place of the previously used any type.
Security group rules now use a default naming scheme of <security-group-name>-<map-key> unless a more specific rule name is provided.
rule.actions.type has been replaced with rule.actions.<type>. See before/after below for more details.
query_string supports a list of key:value pairs; type definition updated to support this (i.e. was map(string) and is now list(map(string)))
Removed
See docs/UPGRADE-10.0.md for additional details
v9.17.0
18 Jun 01:33
Compare
Sorry, something went wrong.
No results found
9.17.0 (2025-06-18)
Features
Added support form minimum_load_balancer_capacity. (#405 ) (3f2f8ce )
v9.16.0
21 Apr 23:23
Compare
Sorry, something went wrong.
No results found
v9.15.0
01 Apr 16:39
Compare
Sorry, something went wrong.
No results found
v9.14.0
13 Mar 12:51
Compare
Sorry, something went wrong.
No results found
9.14.0 (2025-03-13)
Features
Support http respond headers for ALB listeners (#398 ) (9cf65cc )
v9.13.0
21 Dec 01:24
Compare
Sorry, something went wrong.
No results found
9.13.0 (2024-12-21)
Features
Support aws_lb_listener.mutual_authentication.advertise_trust_store_ca_names (#395 ) (eba2647 )
v9.12.0
25 Oct 07:43
Compare
Sorry, something went wrong.
No results found
9.12.0 (2024-10-25)
Features
Support aws_lb.enable_zonal_shift and aws_lb_listener.tcp_idle_timeout_seconds (#385 ) (f332dfd )
v9.11.2
22 Oct 14:09
Compare
Sorry, something went wrong.
No results found
9.11.2 (2024-10-22)
Bug Fixes
To allow multiple query strings as an OR statement (#383 ) (068a578 )