File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3232 api-key : ${{ secrets.INFRACOST_API_KEY }}
3333
3434 - name : digger
35- uses : diggerhq/digger@feat/alias-for-project-names
35+ uses : diggerhq/digger@feat/support-PLANOUT
3636 with :
3737 digger-spec : ${{ inputs.spec }}
3838 digger-private-key : ${{ secrets.DIGGER_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1- resource "null_resource" "test " {}
1+ resource "null_resource" "test2 " {}
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ workflows:
1717 plan :
1818 steps :
1919 - init
20- # - plan
21- - plan : terraform plan -input=false -no-color -detailed-exitcode -lock-timeout=3m -out $DIGGER_PLANFILE
22- - run : infracost breakdown --path=. | tee -a $DIGGER_OUT
20+ - run : terraform plan -input=false -refresh -no-color -out $DIGGER_PLANFILE
21+ # - run: infracost breakdown --path=. | tee -a $DIGGER_OUT
2322
You can’t perform that action at this time.
0 commit comments