Skip to content

Commit

Permalink
Squashed 'share/terraform/scripts/' changes from 07265b3..461e3ea
Browse files Browse the repository at this point in the history
461e3ea chore: minor tweaks

git-subtree-dir: share/terraform/scripts
git-subtree-split: 461e3ea3bc43f949059ae344cf29f798d11161b0
  • Loading branch information
hfreire committed Jun 27, 2019
1 parent 91865a9 commit a04cddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/terraform/scripts/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ terraform plan -input=false -out $TF_PLAN -target=${TF_TARGET:-"module.${NAME}"}

terraform apply -input=false -auto-approve $TF_PLAN || error_and_exit "$LINENO: terraform apply failed."

[ -x ./post-deploy.sh ] && . ./post-deploy.sh
[ -f ./post-deploy.sh ] && . ./post-deploy.sh

exit 0

0 comments on commit a04cddb

Please sign in to comment.