From 625e9f212a0d28dd0a8ae89579c9a4829ab67698 Mon Sep 17 00:00:00 2001 From: Kevin Woods Date: Tue, 22 Oct 2019 13:42:40 -0400 Subject: [PATCH] adding values for type argument to docs --- website/docs/r/synthetics_monitor.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/synthetics_monitor.html.markdown b/website/docs/r/synthetics_monitor.html.markdown index c2e46bb5d..00a583e51 100644 --- a/website/docs/r/synthetics_monitor.html.markdown +++ b/website/docs/r/synthetics_monitor.html.markdown @@ -27,7 +27,7 @@ resource "newrelic_synthetics_monitor" "foo" { The following arguments are supported: * `name` - (Required) The title of this monitor. - * `type` - (Required) The monitor type. + * `type` - (Required) The monitor type (i.e. SIMPLE, BROWSER, SCRIPT_API, SCRIPT_BROWSER). * `frequency` - (Required) The interval (in minutes) at which this monitor should run. * `status` - (Required) The monitor status (i.e. ENABLED, MUTED, DISABLED) * `locations` - (Required) The locations in which this monitor should be run.