Skip to content

Commit 56c453c

Browse files
tonyzhcDawid212
authored andcommitted
Fix GKE CPA tests so that cluster creation waits for CA creation. (GoogleCloudPlatform#12952)
1 parent bfeb79f commit 56c453c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mmv1/third_party/terraform/services/container/resource_container_cluster_test.go.tmpl

+4
Original file line numberDiff line numberDiff line change
@@ -5882,6 +5882,10 @@ resource "google_container_cluster" "with_cpa_features" {
58825882
google_privateca_ca_pool.etcd_api_ca,
58835883
google_privateca_ca_pool.etcd_peer_ca,
58845884
google_privateca_ca_pool.aggregation_ca,
5885+
google_privateca_certificate_authority.cluster_ca,
5886+
google_privateca_certificate_authority.etcd_api_ca,
5887+
google_privateca_certificate_authority.etcd_peer_ca,
5888+
google_privateca_certificate_authority.aggregation_ca,
58855889
]
58865890
}
58875891
`, context)

0 commit comments

Comments
 (0)