Skip to content

Commit 8e6df72

Browse files
committed
Add dependency to 'wait for resource'
1 parent 02f24dd commit 8e6df72

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

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)