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 9c466d7 fixed typo 9c466d7 is described below commit 9c466d7d9247d915a9c69d38f59c20840af6488c Author: Oleh Martushevskyi <oleh_martushevs...@epam.com> AuthorDate: Wed Sep 11 16:56:40 2019 +0300 fixed typo --- .../terraform/gcp/ssn-gke/main/modules/gke/gke.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 0e4225f..03ac92b 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,9 +91,9 @@ resource "google_container_node_pool" "ssn_k8s_gke_node_pool" { "https://www.googleapis.com/auth/monitoring", ] } - provisioner "local-exec" { - command = "sleep 300" - } + # provisioner "local-exec" { + # command = "sleep 300" + # } } 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