terraform-provider-newrelic
terraform-provider-newrelic copied to clipboard
`newrelic_synthetics_step_monitor` has incorrect documentation
https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/resources/synthetics_step_monitor
-
As in this screenshot it shows
uri
as a valid argument.If you try and use it though you get
Error: Unsupported argument
-
The example usage shows a value of
enable_screenshot_on_failure_and_script
but this is missing from theArgument Reference
section. -
steps
>values
says "The metadata values related to the step". This isn't very clear what is expected to be input here as neither of the two examples include anything other thanNAVIGATE
as a type.