[Bug]: elasticloadbalancing:ModifyLoadBalancerAttributes api error ValidationError: An action must be specified #40022
Labels
bug
Addresses a defect in current functionality.
service/elbv2
Issues and PRs that pertain to the elbv2 service.
Milestone
Terraform Core Version
1.9.2
AWS Provider Version
5.74.0
Affected Resource(s)
When trying to modify either an existing LB listener with attribute
tcp_idle_timeout_seconds
or when you've created a new LB Listener with the attribute included, subsequent modifications fail with the following error.The tests look only to create either the GWLB or NLB, there isn't a test to then modify the attribute.
Expected Behavior
Listener attribute
tcp_idle_timeout_seconds
should be modified with appropriate valueActual Behavior
Error with API call.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
Run terraform to create the resources
Modify the following attribute on the listener
tcp_idle_timeout_seconds = 60
Run terraform to modify & the error will occur.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: