We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbfcef commit c90418eCopy full SHA for c90418e
2 files changed
modules/deploy/create.sh.tpl
@@ -1,5 +1,5 @@
1
set -x
2
-pushd ${deploy_path}
+cd ${deploy_path}
3
pwd
4
ls -lah
5
. envrc
@@ -54,5 +54,5 @@ if [ $EXITCODE -eq 0 ]; then
54
echo "success...";
55
terraform output -json -state="${deploy_path}/tfstate" > ${deploy_path}/outputs.json
56
fi
57
-popd
+
58
exit $EXITCODE
modules/deploy/destroy.sh.tpl
@@ -11,4 +11,3 @@ if [ -z "${skip_destroy}" ]; then
11
else
12
echo "Not destroying deployed module, it will no longer be managed here."
13
14
0 commit comments