From 83e805ae00d9e525c41104fdc06d159cafb5b291 Mon Sep 17 00:00:00 2001 From: bubbletroubles <42738824+bubbletroubles@users.noreply.github.com> Date: Sat, 30 Nov 2024 11:27:50 +1100 Subject: [PATCH] Update cdn_frontdoor_origin_group.html.markdown --- website/docs/r/cdn_frontdoor_origin_group.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/cdn_frontdoor_origin_group.html.markdown b/website/docs/r/cdn_frontdoor_origin_group.html.markdown index b7dcbabeb08c..b45d0a209d31 100644 --- a/website/docs/r/cdn_frontdoor_origin_group.html.markdown +++ b/website/docs/r/cdn_frontdoor_origin_group.html.markdown @@ -72,7 +72,7 @@ A `health_probe` block supports the following: * `protocol` - (Required) Specifies the protocol to use for health probe. Possible values are `Http` and `Https`. -* `interval_in_seconds` - (Required) Specifies the number of seconds between health probes. Possible values are between `5` and `255` seconds (inclusive). +* `interval_in_seconds` - (Required) Specifies the number of seconds between health probes. Possible values are between `1` and `255` seconds (inclusive). * `request_type` - (Optional) Specifies the type of health probe request that is made. Possible values are `GET` and `HEAD`. Defaults to `HEAD`.