This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-1086
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1086 by this push:
     new 523404c  fixed typo
523404c is described below

commit 523404c0a5de97e39373cd549c40f2d9d253b8ef
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Sep 11 13:42:21 2019 +0300

    fixed typo
---
 .../terraform/gcp/ssn-gke/main/modules/gke/gke.tf                     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/gke/gke.tf 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/gke/gke.tf
index 24024e5..0816eba 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/gke/gke.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/modules/gke/gke.tf
@@ -99,4 +99,6 @@ data "google_container_cluster" "ssn_k8s_gke_cluster" {
   depends_on = [google_container_cluster.ssn_k8s_gke_cluster]
 }
 
-data "google_client_config" "current" {}
\ No newline at end of file
+data "google_client_config" "current" {
+  depends_on = [google_container_node_pool.ssn_k8s_gke_node_pool]
+}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to