aws_lb_listener default action not storing group stickiness properties if there is only one target group in the forward action #20200
Labels
bug
Addresses a defect in current functionality.
prioritized
Part of the maintainer teams immediate focus. To be addressed within the current quarter.
service/elbv2
Issues and PRs that pertain to the elbv2 service.
Milestone
provider version: 3.49
I am currently using codedeploy to manage ECS Blue/Green Canary deployments
As I need to have stickiness enabled on the target groups, it also requires that the default action on the listener enables the "group stickiness", even during the times where there is only one target_group to be forwarded to
here is the code I wrote
Despite of this definition, terraform is simplifing the target groups definition and the result does not include stickness properties
As an example, here is an example definition I would like to have (TargetGroupStickinessConfig set with one target group)
The text was updated successfully, but these errors were encountered: