From 5f01f53e287b5f289c3dbc944d2833e8f9aeaafb Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Wed, 18 Jul 2018 22:49:42 -0400 Subject: [PATCH] docs: monitor type --- website/docs/r/monitor.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/r/monitor.html.markdown b/website/docs/r/monitor.html.markdown index 2933b31bc0..c2c3c150f0 100644 --- a/website/docs/r/monitor.html.markdown +++ b/website/docs/r/monitor.html.markdown @@ -55,6 +55,7 @@ The following arguments are supported: * `event alert` * `query alert` * `composite` + * `log alert` * `name` - (Required) Name of Datadog monitor * `query` - (Required) The monitor query to notify on. Note this is not the same query you see in the UI and the syntax is different depending on the monitor `type`, please see the [API Reference](https://docs.datadoghq.com/api/?lang=python#create-a-monitor) for details. **Warning:** `terraform plan` won't perform any validation of the query contents.