We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883cf5a commit 5492d92Copy full SHA for 5492d92
infrastructure/terraform/bin/terraform.sh
@@ -793,8 +793,8 @@ case "${action}" in
793
;;
794
*)
795
echo -e "Generic action case invoked. Only the additional arguments will be passed to terraform, you break it you fix it:";
796
- echo -e "\tterraform ${action} ${extra_args}";
797
- terraform "${action}" ${extra_args} \
+ echo -e "\tterraform ${action} ${extra_args} | tee terraform_output";
+ terraform "${action}" ${extra_args} | tee terraform_output \
798
|| error_and_die "Terraform ${action} failed.";
799
800
esac;
0 commit comments