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 960dd69  fixed issue with terminating;
960dd69 is described below

commit 960dd696da6def243ff50f37d28d12d28533f611
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Fri Sep 13 10:30:21 2019 +0300

    fixed issue with terminating;
---
 .../terraform/gcp/ssn-gke/main/outputs.tf             | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/outputs.tf 
b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/outputs.tf
index 94b1859..39191b2 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/outputs.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/outputs.tf
@@ -19,22 +19,3 @@
 #
 # 
******************************************************************************
 
-output "k8s_gke_endpoint" {
-  value = module.gke_cluster.k8s_gke_endpoint
-}
-
-output "k8s_gke_client_access_token" {
-  value = module.gke_cluster.k8s_gke_client_access_token
-}
-
-output "k8s_gke_clinet_cert" {
-  value = module.gke_cluster.k8s_gke_clinet_cert
-}
-
-output "k8s_gke_client_key" {
-  value = module.gke_cluster.k8s_gke_client_key
-}
-
-output "k8s_gke_cluster_ca" {
-  value = module.gke_cluster.k8s_gke_cluster_ca
-}


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

Reply via email to