Skip to content

feat: Added support form minimum_load_balancer_capacity. #405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stefangluszek
Copy link

Description

Support for minimum_load_balancer_capacity was added to terraform-provider-aws
v5.99.0. If you have an ALB with minimum load balancer capacity configured applying the terraform-aws-modules/alb/aws with the lastest version of terraform-provider-aws would result in the setting being wiped out.

Motivation and Context

Makes it possible to configure minimum_loadbalancer_capacity.

Breaking Changes

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

Support for `minimum_load_balancer_capacity` was added to
terraform-provider-aws
[v5.99.0](https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.99.0).
If you have an ALB with minimum load balancer capacity configured
applying the `terraform-aws-modules/alb/aws` with the lastest version of
terraform-provider-aws would result in the setting being wiped out.
@stefangluszek stefangluszek changed the title Added support form minimum_load_balancer_capacity. feat: Added support form minimum_load_balancer_capacity. Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant