File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 cat ${{ runner.temp }}/atmos.yaml
4848
4949 - name : Plan Atmos Component
50- uses : cloudposse/github-action-atmos-terraform-plan@v4
50+ uses : cloudposse/github-action-atmos-terraform-plan@v5
5151 with :
5252 component : " foobar-atmos-pro"
5353 stack : " plat-ue2-sandbox"
8080 steps :
8181 - uses : nick-fields/assert-action@v2
8282 with :
83- expected : ' succeeded'
83+ expected : " succeeded"
8484 actual : " ${{ needs.test.outputs.result }}"
8585
8686 teardown :
8989 if : ${{ always() }}
9090 steps :
9191 - 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:
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}
You can’t perform that action at this time.
0 commit comments