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/19 12:38:03 UTC

[incubator-dlab] branch DLAB-terraform updated: remove space

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 4e19f64  remove space
     new 6d9eb01  Merge pull request #178 from bohdana-kuzmenko/DLAB-terraform-cli
4e19f64 is described below

commit 4e19f64e704e7d59d461456db5f08535f359db33
Author: bohdana_kuzmenko <bo...@gmail.com>
AuthorDate: Fri Jul 19 15:35:53 2019 +0300

    remove space
---
 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 e6890aa..8febca1 100755
--- a/infrastructure-provisioning/terraform/bin/terraform-cli.py
+++ b/infrastructure-provisioning/terraform/bin/terraform-cli.py
@@ -487,7 +487,7 @@ class AWSK8sSourceBuilder(AbstractDeployBuilder):
         self.check_tiller_status()
         self.copy_terraform_to_remote()
         self.run_remote_terraform()
-        output = ' '.join(json.loads(TerraformProvider().output('- json')).split())
+        output = ' '.join(json.loads(TerraformProvider().output('-json')).split())
         self.fill_args_from_dict(output)
         self.output_terraform_result()
 


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