We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ab8c5 commit 32eeda3Copy full SHA for 32eeda3
1 file changed
mmv1/third_party/terraform/services/gkehub2/resource_gke_hub_feature_test.go
@@ -893,6 +893,9 @@ resource "google_container_cluster" "cluster" {
893
initial_node_count = 1
894
project = google_project.project.project_id
895
deletion_protection = false
896
+ workload_identity_config {
897
+ workload_pool = "${google_project.project.project_id}.svc.id.goog"
898
+ }
899
depends_on = [time_sleep.wait_for_gkehub_enablement]
900
}
901
@@ -950,6 +953,9 @@ resource "google_container_cluster" "cluster" {
950
953
951
954
952
955
956
957
958
959
960
961
0 commit comments