terraform-aws-ecs-web-app
terraform-aws-ecs-web-app copied to clipboard
chore: add load_balancing_algorithm_type variable
what
- add load_balancing_algorithm_type variable for alb-ingress module
why
- allow to switch between round_robin and least_outstanding_requests for alb target groups
/terratest
@dmitrijn mind looking into the various failures?
@Gowiem please run tests
/terratest
@Gowiem it's not possible to run tests on terraform v5 provider. If i will update all modules it will break compatibility with v3 provider and old terraform versions < 1.0.0. imho it must be other PR with all module updates.
@dmitrijn we do want to move towards 1.0.0 -- I would say we pull the band aid off now. If you don't want to sign up for that as part of this PR, then that is understandable, but it will block this PR.
I will surface this conversation in our maintainer slack channel. Thanks for bringing it up!
/terratest
Resolved conflicts
/terratest
@dmitrijn Merged. Thanks for your contribution