diff --git a/mmv1/third_party/terraform/services/container/go/resource_container_cluster_test.go.tmpl b/mmv1/third_party/terraform/services/container/go/resource_container_cluster_test.go.tmpl index 96689f613c78..d81281f162c9 100644 --- a/mmv1/third_party/terraform/services/container/go/resource_container_cluster_test.go.tmpl +++ b/mmv1/third_party/terraform/services/container/go/resource_container_cluster_test.go.tmpl @@ -10974,6 +10974,11 @@ resource "google_container_cluster" "primary" { network = "%s" subnetwork = "%s" + node_config { + oauth_scopes = [ + "https://www.googleapis.com/auth/cloud-platform", + ] + } node_pool_defaults { node_config_defaults { containerd_config { diff --git a/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb b/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb index 7f8197de14f2..ccf4f377fe9c 100644 --- a/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb +++ b/mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.erb @@ -10937,6 +10937,11 @@ resource "google_container_cluster" "primary" { network = "%s" subnetwork = "%s" + node_config { + oauth_scopes = [ + "https://www.googleapis.com/auth/cloud-platform", + ] + } node_pool_defaults { node_config_defaults { containerd_config {