We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cab7c commit fbea64aCopy full SHA for fbea64a
digger.yml
@@ -17,6 +17,7 @@ workflows:
17
plan:
18
steps:
19
- init
20
- - plan
+ # - 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
23
0 commit comments