This is an automated email from the ASF dual-hosted git repository. omartushevskyi pushed a commit to branch DLAB-1158 in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/DLAB-1158 by this push: new c534707 added gcp gke deploying c534707 is described below commit c53470726f71b7347e818defe10e6b38d71f5738 Author: Oleh Martushevskyi <oleh_martushevs...@epam.com> AuthorDate: Wed Dec 18 17:41:39 2019 +0200 added gcp gke deploying --- .../terraform/gcp/endpoint/main/variables.tf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf b/infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf index f2d768e..7db5684 100644 --- a/infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf +++ b/infrastructure-provisioning/terraform/gcp/endpoint/main/variables.tf @@ -147,3 +147,13 @@ variable "bucket_region" { variable "additional_tag" { default = "product:dlab" } + +variable "ldap_host" {} + +variable "ldap_dn" {} + +variable "ldap_user" {} + +variable "ldap_bind_creds" {} + +variable "ldap_users_group" {} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org For additional commands, e-mail: commits-h...@dlab.apache.org