diff --git a/third_party/terraform/utils/service_scope.go b/third_party/terraform/utils/service_scope.go index 8ff1633b10ad..2e3bebeeabea 100644 --- a/third_party/terraform/utils/service_scope.go +++ b/third_party/terraform/utils/service_scope.go @@ -15,6 +15,7 @@ func canonicalizeServiceScope(scope string) string { "datastore": "https://www.googleapis.com/auth/datastore", "logging-write": "https://www.googleapis.com/auth/logging.write", "monitoring": "https://www.googleapis.com/auth/monitoring", + "monitoring-read": "https://www.googleapis.com/auth/monitoring.read", "monitoring-write": "https://www.googleapis.com/auth/monitoring.write", "pubsub": "https://www.googleapis.com/auth/pubsub", "service-control": "https://www.googleapis.com/auth/servicecontrol",