File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 47
47
cat ${{ runner.temp }}/atmos.yaml
48
48
49
49
- name : Plan Atmos Component
50
- uses : cloudposse/github-action-atmos-terraform-plan@v4
50
+ uses : cloudposse/github-action-atmos-terraform-plan@v5
51
51
with :
52
52
component : " foobar-atmos-pro"
53
53
stack : " plat-ue2-sandbox"
80
80
steps :
81
81
- uses : nick-fields/assert-action@v2
82
82
with :
83
- expected : ' succeeded'
83
+ expected : " succeeded"
84
84
actual : " ${{ needs.test.outputs.result }}"
85
85
86
86
teardown :
89
89
if : ${{ always() }}
90
90
steps :
91
91
- name : Tear down
92
- run : echo "Do Tear down"
92
+ run : echo "Do Tear down"
Original file line number Diff line number Diff line change @@ -410,9 +410,9 @@ runs:
410
410
--output "${{ github.workspace }}/atmos-apply-summary.md" \
411
411
--log-level $([[ "${{ inputs.debug }}" == "true" ]] && echo "DEBUG" || echo "INFO") \
412
412
apply -- \
413
- atmos terraform apply ${{ inputs.component }} \
413
+ atmos terraform deploy ${{ inputs.component }} \
414
414
--stack ${{ inputs.stack }} \
415
- -auto-approve \
415
+ --planfile ${{ steps.vars.outputs.plan_file }} \
416
416
-input=false \
417
417
-no-color \
418
418
&> ${TERRAFORM_OUTPUT_FILE}
You can’t perform that action at this time.
0 commit comments