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 3970cda  fixed typo
3970cda is described below

commit 3970cda2adb3d489ae3ca87fe71f5f4d29cc8aa9
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Wed Sep 11 14:27:15 2019 +0300

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

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 1254f88..9016a38 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
@@ -91,6 +91,9 @@ resource "google_container_node_pool" "ssn_k8s_gke_node_pool" 
{
       "https://www.googleapis.com/auth/monitoring";,
     ]
   }
+  provisioner "local-exec" {
+    command = "sleep 120"
+  }
 }
 
 data "google_container_cluster" "ssn_k8s_gke_cluster" {


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

Reply via email to