Skip to content

Commit

Permalink
fix allowed value
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgoodhouse authored Oct 17, 2019
1 parent 85e7ac6 commit 6348781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/nrql_alert_condition.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following arguments are supported:

The `term` mapping supports the following arguments:

* `duration` - (Required) In minutes, must be in the range of `2` to `120`, inclusive.
* `duration` - (Required) In minutes, must be in the range of `1` 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.
Expand Down

0 comments on commit 6348781

Please sign in to comment.