Skip to content

Commit 0bcf3ca

Browse files
authored
fix: Restore gcloud wait_for_cluster (#568)
1 parent 7ce3c49 commit 0bcf3ca

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

autogen/main/outputs.tf.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57-
null_resource.wait_for_cluster.id,
57+
module.gcloud_wait_for_cluster.wait,
5858
]
5959
}
6060

modules/beta-private-cluster-update-variant/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57-
null_resource.wait_for_cluster.id,
57+
module.gcloud_wait_for_cluster.wait,
5858
]
5959
}
6060

modules/beta-private-cluster/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57-
null_resource.wait_for_cluster.id,
57+
module.gcloud_wait_for_cluster.wait,
5858
]
5959
}
6060

modules/beta-public-cluster-update-variant/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57-
null_resource.wait_for_cluster.id,
57+
module.gcloud_wait_for_cluster.wait,
5858
]
5959
}
6060

modules/beta-public-cluster/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57-
null_resource.wait_for_cluster.id,
57+
module.gcloud_wait_for_cluster.wait,
5858
]
5959
}
6060

modules/private-cluster-update-variant/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57-
null_resource.wait_for_cluster.id,
57+
module.gcloud_wait_for_cluster.wait,
5858
]
5959
}
6060

modules/private-cluster/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57-
null_resource.wait_for_cluster.id,
57+
module.gcloud_wait_for_cluster.wait,
5858
]
5959
}
6060

outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57-
null_resource.wait_for_cluster.id,
57+
module.gcloud_wait_for_cluster.wait,
5858
]
5959
}
6060

0 commit comments

Comments
 (0)