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 2dc5cdb [DATALAB-2410]: added output
2dc5cdb is described below
commit 2dc5cdb3b16bc60e988935c37e1b1908dc69480d
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 10 16:45:49 2021 +0300
[DATALAB-2410]: added output
---
infrastructure-provisioning/terraform/bin/datalab.py | 3 +++
1 file changed, 3 insertions(+)
diff --git a/infrastructure-provisioning/terraform/bin/datalab.py
b/infrastructure-provisioning/terraform/bin/datalab.py
index 6a97ec4..6d0c7bc 100644
--- a/infrastructure-provisioning/terraform/bin/datalab.py
+++ b/infrastructure-provisioning/terraform/bin/datalab.py
@@ -309,6 +309,9 @@ class TerraformProvider:
"""
logging.info('terraform destroy')
args_list = get_var_args_string(cli_args)
+ print(args_list)
+ print(args_list[1])
+ print(args_list[0])
params_str = get_args_string(tf_params)
command = ('terraform destroy -auto-approve {} {}'
.format(self.no_color, params_str))
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]