Skip to content

Commit

Permalink
Merge pull request terraform-google-modules#340 from jantoebes/cluste…
Browse files Browse the repository at this point in the history
…r-wait-for-resource

Cluster wait for resource
  • Loading branch information
morgante authored Nov 20, 2019
2 parents 152bc32 + 6aae94a commit 26bfbc7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions autogen/outputs.tf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ output "endpoint" {
*/
google_container_cluster.primary,
google_container_node_pool.pools,
null_resource.wait_for_cluster.id,
]
}

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

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

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

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

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

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

Expand Down

0 comments on commit 26bfbc7

Please sign in to comment.