diff --git a/autogen/outputs.tf.tmpl b/autogen/outputs.tf.tmpl index 842502ecea..22fe89862b 100644 --- a/autogen/outputs.tf.tmpl +++ b/autogen/outputs.tf.tmpl @@ -54,6 +54,7 @@ output "endpoint" { */ google_container_cluster.primary, google_container_node_pool.pools, + null_resource.wait_for_cluster.id, ] } diff --git a/modules/beta-private-cluster-update-variant/outputs.tf b/modules/beta-private-cluster-update-variant/outputs.tf index fb3f29c401..e4a98aa447 100644 --- a/modules/beta-private-cluster-update-variant/outputs.tf +++ b/modules/beta-private-cluster-update-variant/outputs.tf @@ -54,6 +54,7 @@ output "endpoint" { */ google_container_cluster.primary, google_container_node_pool.pools, + null_resource.wait_for_cluster.id, ] } diff --git a/modules/beta-private-cluster/outputs.tf b/modules/beta-private-cluster/outputs.tf index fb3f29c401..e4a98aa447 100644 --- a/modules/beta-private-cluster/outputs.tf +++ b/modules/beta-private-cluster/outputs.tf @@ -54,6 +54,7 @@ output "endpoint" { */ google_container_cluster.primary, google_container_node_pool.pools, + null_resource.wait_for_cluster.id, ] } diff --git a/modules/beta-public-cluster/outputs.tf b/modules/beta-public-cluster/outputs.tf index fb3f29c401..e4a98aa447 100644 --- a/modules/beta-public-cluster/outputs.tf +++ b/modules/beta-public-cluster/outputs.tf @@ -54,6 +54,7 @@ output "endpoint" { */ google_container_cluster.primary, google_container_node_pool.pools, + null_resource.wait_for_cluster.id, ] } diff --git a/modules/private-cluster-update-variant/outputs.tf b/modules/private-cluster-update-variant/outputs.tf index dea7b5c7b5..3d6e9c8dab 100644 --- a/modules/private-cluster-update-variant/outputs.tf +++ b/modules/private-cluster-update-variant/outputs.tf @@ -54,6 +54,7 @@ output "endpoint" { */ google_container_cluster.primary, google_container_node_pool.pools, + null_resource.wait_for_cluster.id, ] } diff --git a/modules/private-cluster/outputs.tf b/modules/private-cluster/outputs.tf index dea7b5c7b5..3d6e9c8dab 100644 --- a/modules/private-cluster/outputs.tf +++ b/modules/private-cluster/outputs.tf @@ -54,6 +54,7 @@ output "endpoint" { */ google_container_cluster.primary, google_container_node_pool.pools, + null_resource.wait_for_cluster.id, ] } diff --git a/outputs.tf b/outputs.tf index dea7b5c7b5..3d6e9c8dab 100644 --- a/outputs.tf +++ b/outputs.tf @@ -54,6 +54,7 @@ output "endpoint" { */ google_container_cluster.primary, google_container_node_pool.pools, + null_resource.wait_for_cluster.id, ] }