From 04c1295fd7dcdc7fb8784e6cfe678dd86997b562 Mon Sep 17 00:00:00 2001 From: Nick Wales <588472+nickwales@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:04:12 -0500 Subject: [PATCH] Adds instruction for disabling deregister_critical_service_after (#409) --- docs/resources/service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/service.md b/docs/resources/service.md index 87cacd7a..cf7b369f 100644 --- a/docs/resources/service.md +++ b/docs/resources/service.md @@ -121,7 +121,7 @@ Required: Optional: -- `deregister_critical_service_after` (String) The time after which the service is automatically deregistered when in the `critical` state. Defaults to `30s`. +- `deregister_critical_service_after` (String) The time after which the service is automatically deregistered when in the `critical` state. Defaults to `30s`. Setting to `0` will disable. - `header` (Block Set) The headers to send for an HTTP check. The attributes of each header is given below. (see [below for nested schema](#nestedblock--check--header)) - `http` (String) The HTTP endpoint to call for an HTTP check. - `method` (String) The method to use for HTTP health-checks. Defaults to `GET`.