diff --git a/action.yml b/action.yml index e7831427..3f22ef41 100644 --- a/action.yml +++ b/action.yml @@ -410,6 +410,7 @@ runs: -auto-approve \ -input=false \ -no-color \ + ${{ steps.vars.outputs.plan_file }} \ &> ${TERRAFORM_OUTPUT_FILE} TERRAFORM_RESULT=$?