You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by om...@apache.org on 2019/09/10 16:57:22 UTC

[incubator-dlab] branch DLAB-1086 updated: fixed typo

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

commit fb566a3121f30e53d381731b58b6b04b1ac0cd94
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Tue Sep 10 19:57:13 2019 +0300

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

diff --git a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
index 48043a0..2d3ec32 100644
--- a/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
+++ b/infrastructure-provisioning/terraform/gcp/ssn-gke/main/variables.tf
@@ -177,4 +177,6 @@ variable "mongo_service_name" {
 
 # variable "endpoint_eip_address" {}
 
-variable "env_os" {}
+variable "env_os" {
+  default = "debian"
+}


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