Skip to content

Commit

Permalink
Merge pull request #181 from kwoods/updating_docs_type_options
Browse files Browse the repository at this point in the history
adding values for type argument to docs
  • Loading branch information
ctrombley authored Oct 23, 2019
2 parents 5873984 + 625e9f2 commit 194632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/synthetics_monitor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 194632d

Please sign in to comment.