Skip to content

Commit 02f24dd

Browse files
authored
Add dependency to 'wait for resource'
Add dependency so helm is not going to access the cluster before it is up and running
1 parent 2124137 commit 02f24dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)