Skip to content

Commit

Permalink
Add monitoring-read scope, upstreaming TPG #2813. (#2389)
Browse files Browse the repository at this point in the history
Merged PR #2389.
  • Loading branch information
nat-henderson authored and modular-magician committed Oct 2, 2019
1 parent 20e51ff commit 6b06e02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
2 changes: 1 addition & 1 deletion build/terraform-mapper
1 change: 1 addition & 0 deletions third_party/terraform/utils/service_scope.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6b06e02

Please sign in to comment.