diff --git a/action.yml b/action.yml index 1a368cdaf..4a914980b 100644 --- a/action.yml +++ b/action.yml @@ -194,6 +194,7 @@ runs: plan -- \ atmos terraform plan ${{ inputs.component }} \ --stack ${{ inputs.stack }} \ + --base-path $(pwd) \ -out="${{ steps.vars.outputs.plan_file }}" \ -lock=false \ -input=false \