Skip to content

Commit f98115d

Browse files
authored
Merge pull request #1039 from yangyuwei/master
Add a new scope for cloud-platform.
2 parents d063dd9 + b6bcb3e commit f98115d

File tree

1 file changed

+1
-0
lines changed
  • tools/kubernetes/terraform/module

1 file changed

+1
-0
lines changed

tools/kubernetes/terraform/module/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ resource "google_container_node_pool" "multihost_tpu" {
8484
oauth_scopes = [
8585
"https://www.googleapis.com/auth/logging.write",
8686
"https://www.googleapis.com/auth/monitoring",
87+
"https://www.googleapis.com/auth/cloud-platform",
8788
]
8889
host_maintenance_policy {
8990
maintenance_interval = var.maintenance_interval

0 commit comments

Comments
 (0)