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

lfrolov pushed a commit to branch DATALAB-2410
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2410 by this push:
     new 8ae5e53  [DATALAB-2410]: added output
8ae5e53 is described below

commit 8ae5e5327ce52eab92b62e8d2b6548b7937a7b8b
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 10 16:10:23 2021 +0300

    [DATALAB-2410]: added output
---
 infrastructure-provisioning/terraform/bin/datalab.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/infrastructure-provisioning/terraform/bin/datalab.py 
b/infrastructure-provisioning/terraform/bin/datalab.py
index d87a0b5..ae3921b 100644
--- a/infrastructure-provisioning/terraform/bin/datalab.py
+++ b/infrastructure-provisioning/terraform/bin/datalab.py
@@ -106,6 +106,7 @@ def get_var_args_string(cli_args):
     """
     args = extract_args(cli_args)
     args = ["-var '{0}={1}'".format(key, value) for key, value in args]
+    print(args)
     for key, value in args:
         print(key + '=' + value)
         if key in ["secret_access_key", "access_key_id", "ldap_host", 
"ldap_user", "ldap_bind_creds", "mongo_password"]:

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to