Skip to content

Releases: terraform-aws-modules/terraform-aws-alb

v10.0.0

16 Sep 19:13
Compare
Choose a tag to compare

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

  • None

See docs/UPGRADE-10.0.md for additional details

v9.17.0

18 Jun 01:33
Compare
Choose a tag to compare

9.17.0 (2025-06-18)

Features

  • Added support form minimum_load_balancer_capacity. (#405) (3f2f8ce)

v9.16.0

21 Apr 23:23
Compare
Choose a tag to compare

9.16.0 (2025-04-21)

Features

v9.15.0

01 Apr 16:39
Compare
Choose a tag to compare

9.15.0 (2025-04-01)

Features

  • Support HTTPS request headers renaming (#402) (0cb7aff)

v9.14.0

13 Mar 12:51
Compare
Choose a tag to compare

9.14.0 (2025-03-13)

Features

  • Support http respond headers for ALB listeners (#398) (9cf65cc)

v9.13.0

21 Dec 01:24
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

9.11.2 (2024-10-22)

Bug Fixes

  • To allow multiple query strings as an OR statement (#383) (068a578)

v9.11.1

11 Oct 15:57
Compare
Choose a tag to compare

9.11.1 (2024-10-11)

Bug Fixes

  • Update CI workflow versions to latest (#384) (b2ece6b)

v9.11.0

14 Aug 00:10
Compare
Choose a tag to compare

9.11.0 (2024-08-14)

Features

  • Support target_health_state.unhealthy_draining_interval (#378) (04b7c93)