Skip to content

Commit 0874606

Browse files
authored
Merge pull request #340 from jantoebes/cluster-wait-for-resource
Cluster wait for resource
2 parents 842629b + 8e6df72 commit 0874606

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

autogen/outputs.tf.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57+
null_resource.wait_for_cluster.id,
5758
]
5859
}
5960

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57+
null_resource.wait_for_cluster.id,
5758
]
5859
}
5960

modules/beta-private-cluster/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57+
null_resource.wait_for_cluster.id,
5758
]
5859
}
5960

modules/beta-public-cluster/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57+
null_resource.wait_for_cluster.id,
5758
]
5859
}
5960

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57+
null_resource.wait_for_cluster.id,
5758
]
5859
}
5960

modules/private-cluster/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57+
null_resource.wait_for_cluster.id,
5758
]
5859
}
5960

outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ output "endpoint" {
5454
*/
5555
google_container_cluster.primary,
5656
google_container_node_pool.pools,
57+
null_resource.wait_for_cluster.id,
5758
]
5859
}
5960

0 commit comments

Comments
 (0)