We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2663aa1 commit d867ba5Copy full SHA for d867ba5
1 file changed
action.yml
@@ -410,9 +410,9 @@ runs:
410
--output "${{ github.workspace }}/atmos-apply-summary.md" \
411
--log-level $([[ "${{ inputs.debug }}" == "true" ]] && echo "DEBUG" || echo "INFO") \
412
apply -- \
413
- atmos terraform apply ${{ inputs.component }} \
+ atmos terraform deploy ${{ inputs.component }} \
414
--stack ${{ inputs.stack }} \
415
- -auto-approve \
+ --planfile ${{ steps.vars.outputs.plan_file }} \
416
-input=false \
417
-no-color \
418
&> ${TERRAFORM_OUTPUT_FILE}
0 commit comments