-
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
Support healthcheck.timeout
of aws_lb_target_group
when protocol
is TCP
#23222
Comments
One more case:
|
I noticed that if the target group already exists, then terraform plan gives such error. If you delete the target group, (and also delete any listener that is using the target group) and try to create it using the timeout parameter it should be able to create it. |
REPRO
Executing
|
Issue resolved as part of #28018. Released in provider version |
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
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Panic Output
Expected Behavior
I can confirm that AWS support
healthcheck.timeout
for target group of gateway loadbalancer.Actual Behavior
I created
aws_lb_target_group
for gateway load balancer.It occurs following an error.
The text was updated successfully, but these errors were encountered: