Skip to content
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

Default timeout for aws_lb_target_group health check isn't valid #2366

Closed
joshuaspence opened this issue Nov 19, 2017 · 2 comments
Closed

Default timeout for aws_lb_target_group health check isn't valid #2366

joshuaspence opened this issue Nov 19, 2017 · 2 comments

Comments

@joshuaspence
Copy link
Contributor

I don't know why #2251 changed the default value for the timeout, healthy_threshold and unhealthy_threshold parameters of the health_check block of the aws_lb_target_group resource, but the new default value for timeout of 10 seems to be invalid:

aws_lb_target_group.web_ui_http: Error modifying Target Group: ValidationError: Health check timeout '10' must be smaller than the interval '10'
@catsby
Copy link
Contributor

catsby commented Nov 20, 2017

Hey @joshuaspence sorry for the trouble. #2251 certainly introduced a few bugs/regressions and I'm trying to clean them up. The docs are a big crazy for these values:

The valid value depends on if it's a Network Load Balancer (NLB) or Application Load Balancer (ALB), and if the health check is HTTPS, TCP, or HTTP.

If you let me know what you're making, I may be able to guide you, other than that your best best is those docs right now. Sorry!

@catsby catsby closed this as completed Nov 20, 2017
@ghost
Copy link

ghost commented Apr 10, 2020

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!

@ghost ghost locked and limited conversation to collaborators Apr 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants