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"