From 02db7e0e5c34a92f7eb2e3db2cee0c762f80f428 Mon Sep 17 00:00:00 2001 From: Nathan McKinley Date: Fri, 27 Sep 2019 10:54:57 -0700 Subject: [PATCH] Add monitoring-read scope, upstreaming TPG #2813. --- third_party/terraform/utils/service_scope.go | 1 + 1 file changed, 1 insertion(+) 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",