Skip to content

Commit

Permalink
fix: Restore gcloud wait_for_cluster (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathkkb committed Jun 23, 2020
1 parent 7ce3c49 commit 0bcf3ca
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion autogen/main/outputs.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
module.gcloud_wait_for_cluster.wait,
]
}

Expand Down
2 changes: 1 addition & 1 deletion modules/beta-private-cluster-update-variant/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
module.gcloud_wait_for_cluster.wait,
]
}

Expand Down
2 changes: 1 addition & 1 deletion modules/beta-private-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
module.gcloud_wait_for_cluster.wait,
]
}

Expand Down
2 changes: 1 addition & 1 deletion modules/beta-public-cluster-update-variant/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
module.gcloud_wait_for_cluster.wait,
]
}

Expand Down
2 changes: 1 addition & 1 deletion modules/beta-public-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
module.gcloud_wait_for_cluster.wait,
]
}

Expand Down
2 changes: 1 addition & 1 deletion modules/private-cluster-update-variant/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
module.gcloud_wait_for_cluster.wait,
]
}

Expand Down
2 changes: 1 addition & 1 deletion modules/private-cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
module.gcloud_wait_for_cluster.wait,
]
}

Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
module.gcloud_wait_for_cluster.wait,
]
}

Expand Down

0 comments on commit 0bcf3ca

Please sign in to comment.