From dcf7772919b8a535b459c0ac016c398bea48cba6 Mon Sep 17 00:00:00 2001 From: Nandu-pns <100915954+Nandu-pns@users.noreply.github.com> Date: Thu, 30 Mar 2023 15:03:17 +0530 Subject: [PATCH] docs: update newrelic_synthetics_cert_check_monitor example to use correct argument. (#2311) --- website/docs/r/synthetics_cert_check_monitor.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/synthetics_cert_check_monitor.html.markdown b/website/docs/r/synthetics_cert_check_monitor.html.markdown index 4c92d74c6..d5c4b5182 100644 --- a/website/docs/r/synthetics_cert_check_monitor.html.markdown +++ b/website/docs/r/synthetics_cert_check_monitor.html.markdown @@ -66,7 +66,7 @@ resource "newrelic_synthetics_private_location" "location" { resource "newrelic_synthetics_cert_check_monitor" "monitor" { name = "cert_check_monitor" - uri = "https://www.one.example.com" + domain = "https://www.one.example.com" locations_private = [newrelic_synthetics_private_location.location.id] period = "EVERY_6_HOURS" status = "ENABLED"