From 993dd9440486fd1773f05259a07dfd0a099d71c4 Mon Sep 17 00:00:00 2001 From: Yoshi Yamaguchi <145104+ymotongpoo@users.noreply.github.com> Date: Thu, 4 Mar 2021 04:40:49 +0900 Subject: [PATCH] Change GCP scope name up-to-date (#4525) --- mmv1/third_party/terraform/utils/service_scope.go | 1 + 1 file changed, 1 insertion(+) diff --git a/mmv1/third_party/terraform/utils/service_scope.go b/mmv1/third_party/terraform/utils/service_scope.go index 4b0a69c4b8f3..e911ed3b1dad 100644 --- a/mmv1/third_party/terraform/utils/service_scope.go +++ b/mmv1/third_party/terraform/utils/service_scope.go @@ -26,6 +26,7 @@ func canonicalizeServiceScope(scope string) string { "storage-ro": "https://www.googleapis.com/auth/devstorage.read_only", "storage-rw": "https://www.googleapis.com/auth/devstorage.read_write", "taskqueue": "https://www.googleapis.com/auth/taskqueue", + "trace": "https://www.googleapis.com/auth/trace.append", "trace-append": "https://www.googleapis.com/auth/trace.append", "trace-ro": "https://www.googleapis.com/auth/trace.readonly", "useraccounts-ro": "https://www.googleapis.com/auth/cloud.useraccounts.readonly",