We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d063dd9 + b6bcb3e commit f98115dCopy full SHA for f98115d
tools/kubernetes/terraform/module/main.tf
@@ -84,6 +84,7 @@ resource "google_container_node_pool" "multihost_tpu" {
84
oauth_scopes = [
85
"https://www.googleapis.com/auth/logging.write",
86
"https://www.googleapis.com/auth/monitoring",
87
+ "https://www.googleapis.com/auth/cloud-platform",
88
]
89
host_maintenance_policy {
90
maintenance_interval = var.maintenance_interval
0 commit comments