[Bug]: aws_lb_target_group stickiness not reflected in plan diff #28083
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
Terraform Core Version
1.3.5
AWS Provider Version
4.40.0
Affected Resource(s)
aws_lb_target_group
Expected Behavior
When I enable and configure target group stickiness outside of Terraform (for instance, via the AWS Console), I would expect that I would see a diff during
terraform plan
if my corresponding Terraform resource doesn't correctly include stickiness configuration.Actual Behavior
terraform plan
produces a clean diff.Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
This snippet is taken straight from https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group:
Steps to Reproduce
terraform plan
with the above; observe that no diff is created.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
It's possible that this is related to #15144; the problem described there seems to be similar.
Would you like to implement a fix?
No response
The text was updated successfully, but these errors were encountered: