Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
fix(terraform_plan): set tf_actions_plan_has_changes if exit code is 0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
philippschulte committed Jan 29, 2020
1 parent 4288c50 commit 639b4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/terraform_plan.sh
Expand Up @@ -13,6 +13,7 @@ function terraformPlan {
echo "plan: info: successfully planned Terraform configuration in ${tfWorkingDir}"
echo "${planOutput}"
echo
echo ::set-output name=tf_actions_plan_has_changes::${planHasChanges}
exit ${planExitCode}
fi

Expand Down

0 comments on commit 639b4ae

Please sign in to comment.