From 9b88b1126475b69fadfa245bc7a45fd330a3fb7b Mon Sep 17 00:00:00 2001 From: James Goodhouse Date: Wed, 16 Oct 2019 21:01:33 -0700 Subject: [PATCH] update docs for change of duration requirements --- website/docs/r/nrql_alert_condition.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/nrql_alert_condition.html.markdown b/website/docs/r/nrql_alert_condition.html.markdown index a36b512b0..3de46aaf0 100644 --- a/website/docs/r/nrql_alert_condition.html.markdown +++ b/website/docs/r/nrql_alert_condition.html.markdown @@ -55,7 +55,7 @@ The following arguments are supported: The `term` mapping supports the following arguments: - * `duration` - (Required) In minutes, must be: `1`, `2`, `3`, `4`, `5`, `10`, `15`, `30`, `60`, or `120`. + * `duration` - (Required) In minutes, must be in the range of `2` to `120`, inclusive. * `operator` - (Optional) `above`, `below`, or `equal`. Defaults to `equal`. * `priority` - (Optional) `critical` or `warning`. Defaults to `critical`. * `threshold` - (Required) Must be 0 or greater.