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 32
32
api-key : ${{ secrets.INFRACOST_API_KEY }}
33
33
34
34
- name : digger
35
- uses : diggerhq/digger@feat/alias-for-project-names
35
+ uses : diggerhq/digger@feat/support-PLANOUT
36
36
with :
37
37
digger-spec : ${{ inputs.spec }}
38
38
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:
17
17
plan :
18
18
steps :
19
19
- 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
23
22
You can’t perform that action at this time.
0 commit comments