Skip to content

Commit

Permalink
Change GCP scope name up-to-date (#4525)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymotongpoo authored Mar 3, 2021
1 parent 373fd3a commit 993dd94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmv1/third_party/terraform/utils/service_scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 993dd94

Please sign in to comment.