You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
I don't know why #2251 changed the default value for the
timeout
,healthy_threshold
andunhealthy_threshold
parameters of thehealth_check
block of theaws_lb_target_group
resource, but the new default value fortimeout
of10
seems to be invalid:The text was updated successfully, but these errors were encountered: