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/07/17 14:35:45 UTC

[incubator-dlab] branch DLAB-terraform updated: changed output

This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new 7d28e18  changed output
7d28e18 is described below

commit 7d28e1853b3d44bcd90da7cadb332acd3dd893de
Author: Oleh Martushevskyi <Ol...@epam.com>
AuthorDate: Wed Jul 17 17:35:36 2019 +0300

    changed output
---
 infrastructure-provisioning/terraform/bin/terraform-cli.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/terraform/bin/terraform-cli.py b/infrastructure-provisioning/terraform/bin/terraform-cli.py
index 8b3cc93..66dc849 100755
--- a/infrastructure-provisioning/terraform/bin/terraform-cli.py
+++ b/infrastructure-provisioning/terraform/bin/terraform-cli.py
@@ -462,7 +462,7 @@ class AWSK8sSourceBuilder(AbstractDeployBuilder):
         VPC ID: {}
         Subnet IDs:  {}
         SG IDs: {}
-        DLab UI URL: {}
+        DLab UI URL: http://{}
         """.format(dns_name, ssn_bucket_name, ssn_vpc_id,
                    ', '.join(ssn_subnets), ssn_k8s_sg_id, dns_name))
 


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