Skip to content

Conversation

@tomhnag
Copy link
Contributor

@tomhnag tomhnag commented Oct 15, 2025

Description

As described in #414, in addition to true and false, the resource aws_lb_target_group accepts the value "use_load_balancer_configuration" for the parameter load_balancing_cross_zone_enabled.

This commit updates variables.tf to accept string instead of bool for load_balancing_cross_zone_enabled.

Motivation and Context

Closes #414

Breaking Changes

None

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

…stead of bool

As described in terraform-aws-modules#414, in addition to true and false, the resource aws_lb_target_group
accepts the value "use_load_balancer_configuration" for the parameter
load_balancing_cross_zone_enabled.

This commit updates variables.tf to accept string instead of bool for
load_balancing_cross_zone_enabled.
@tomhnag tomhnag changed the title Update load_balancing_cross_zone_enabled variable to accept string instead of bool fix: Update load_balancing_cross_zone_enabled variable to accept string instead of bool Oct 15, 2025
@bryantbiggs bryantbiggs changed the title fix: Update load_balancing_cross_zone_enabled variable to accept string instead of bool fix: Update load_balancing_cross_zone_enabled variable to accept string instead of bool Oct 15, 2025
@bryantbiggs bryantbiggs merged commit d8a5521 into terraform-aws-modules:master Oct 15, 2025
10 of 11 checks passed
antonbabenko pushed a commit that referenced this pull request Oct 15, 2025
## [10.0.1](v10.0.0...v10.0.1) (2025-10-15)

### Bug Fixes

* Update `load_balancing_cross_zone_enabled` variable to accept `string` instead of `bool` ([#417](#417)) ([d8a5521](d8a5521))
@antonbabenko
Copy link
Member

This PR is included in version 10.0.1 🎉

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

target_groups variable should accept string not bool for load_balancing_cross_zone_enabled

3 participants