-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Stickiness not getting applied for single target group block for aws_lb_listener and aws_lb_listener_rule #22526
Comments
Hey @ccsandhanshive 👋 Thank you for taking the time to raise this issue. So that we have all of the necessary information in order to investigate this, can you supply debug logs (redacted as necessary) as well? |
As requested please find the requisite details
output of second
|
@justinretzolk are there any updates on this |
Hey @ccsandhanshive 👋 Thank you for posting those run logs. If possible, full debug logs may help the team to investigate more easily. Unfortunately, I'm not able to provide a timeline for when the team will be able to investigate, however, we use the ":+1:" reactions to issues in order to help with prioritization, so if others are also experiencing this, it may help to bump it up in prioritization. |
As requested please find the attachment containing DEBUG log of stickiness issue |
@justinretzolk are there any updates on this |
This functionality has been released in v5.36.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v0.12.31
provider.aws v3.61.0
Affected Resource(s)
aws_lb_listener, aws_lb_listener_rule
Terraform Configuration Files
Above given code snippet is terraform provided example for aws_lb_listener
Expected Behavior
On successful creation of the resource during first terraform apply, the consecutive terraform apply commands should not show any kind of changes in the resource and the stickiness block should get applied successfully
Actual Behavior
During second terraform apply command terraform shows changes in the resources resulting in omission of stickiness block
Steps to Reproduce
terraform apply
terraform apply
The text was updated successfully, but these errors were encountered: