diff --git a/newrelic/resource_helpers_synthetics.go b/newrelic/resource_helpers_synthetics.go index 5daee9014..127b894ce 100644 --- a/newrelic/resource_helpers_synthetics.go +++ b/newrelic/resource_helpers_synthetics.go @@ -544,7 +544,6 @@ var syntheticsMonitorTagKeyToSchemaAttrMap = map[string]string{ "scriptLanguage": "script_language", "deviceOrientation": "device_orientation", "deviceType": "device_type", - "publicLocation": "locations_public", } func getCertCheckMonitorValuesFromEntityTags(tags []entities.EntityTag) (domain string, daysUntilExpiration int) {