-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Update LB target group maximum timeout #9152
Conversation
The current documentation indicates the maximum health check timeout should be 120 seconds. https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-group-health-checks.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for this fix and for the documentation link, @rwolfson 🚀
--- PASS: TestAccAWSLBTargetGroup_basic (21.51s)
--- PASS: TestAccAWSLBTargetGroup_generatedName (22.59s)
--- PASS: TestAccAWSLBTargetGroup_withoutHealthcheck (25.29s)
--- PASS: TestAccAWSLBTargetGroup_namePrefix (29.66s)
--- PASS: TestAccAWSLBTargetGroup_enableHealthCheck (31.93s)
--- PASS: TestAccAWSLBTargetGroup_TCP_HTTPHealthCheck (32.47s)
--- PASS: TestAccAWSLBTargetGroup_Protocol_Tls (33.22s)
--- PASS: TestAccAWSLBTargetGroup_stickinessWithTCPEnabledShouldError (2.85s)
--- PASS: TestAccAWSLBTargetGroupBackwardsCompatibility (34.93s)
--- PASS: TestAccAWSLBTargetGroup_basicUdp (35.16s)
--- PASS: TestAccAWSLBTargetGroup_changeNameForceNew (36.70s)
--- PASS: TestAccAWSLBTargetGroup_changePortForceNew (38.43s)
--- PASS: TestAccAWSLBTargetGroup_networkLB_TargetGroupWithProxy (41.67s)
--- PASS: TestAccAWSLBTargetGroup_defaults_application (18.93s)
--- PASS: TestAccAWSLBTargetGroup_tags (42.10s)
--- PASS: TestAccAWSLBTargetGroup_stickinessWithTCPDisabled (13.39s)
--- PASS: TestAccAWSLBTargetGroup_changeVpcForceNew (46.43s)
--- PASS: TestAccAWSLBTargetGroup_networkLB_TargetGroup (46.81s)
--- PASS: TestAccAWSLBTargetGroup_defaults_network (24.60s)
--- PASS: TestAccAWSLBTargetGroup_changeProtocolForceNew (49.94s)
--- PASS: TestAccAWSLBTargetGroup_updateHealthCheck (69.11s)
--- PASS: TestAccAWSLBTargetGroup_updateSticknessEnabled (49.46s)
--- PASS: TestAccAWSLBTargetGroupAttachment_basic (80.19s)
--- PASS: TestAccAWSLBTargetGroupAttachmentBackwardsCompatibility (85.82s)
This has been released in version 2.17.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 for triage. Thanks! |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
The current AWS documentation indicates the maximum health check timeout
should be 120 seconds; Terraform currently limits the range to 60 seconds. The AWS web console also shows a range up to 120 seconds.
https://docs.aws.amazon.com/elasticloadbalancing/latest/application/target-group-health-checks.html
Community Note
Release note for CHANGELOG:
Output from acceptance testing: