Skip to content

Commit d867ba5

Browse files
committed
update planfile retreival
1 parent 2663aa1 commit d867ba5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ runs:
410410
--output "${{ github.workspace }}/atmos-apply-summary.md" \
411411
--log-level $([[ "${{ inputs.debug }}" == "true" ]] && echo "DEBUG" || echo "INFO") \
412412
apply -- \
413-
atmos terraform apply ${{ inputs.component }} \
413+
atmos terraform deploy ${{ inputs.component }} \
414414
--stack ${{ inputs.stack }} \
415-
-auto-approve \
415+
--planfile ${{ steps.vars.outputs.plan_file }} \
416416
-input=false \
417417
-no-color \
418418
&> ${TERRAFORM_OUTPUT_FILE}

0 commit comments

Comments
 (0)