Skip to content

Commit

Permalink
docs: update newrelic_synthetics_cert_check_monitor example to use co…
Browse files Browse the repository at this point in the history
…rrect argument. (#2311)
  • Loading branch information
Nandu-pns authored Mar 30, 2023
1 parent 9660eb2 commit dcf7772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/synthetics_cert_check_monitor.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dcf7772

Please sign in to comment.