Skip to content

Commit

Permalink
Add dependency to 'wait for resource'
Browse files Browse the repository at this point in the history
  • Loading branch information
jantoebes committed Nov 20, 2019
1 parent 02f24dd commit 8e6df72
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
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 8e6df72

Please sign in to comment.