Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/digger_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
api-key: ${{ secrets.INFRACOST_API_KEY }}

- name: digger
uses: diggerhq/digger@feat/alias-for-project-names
uses: diggerhq/digger@feat/support-PLANOUT
with:
digger-spec: ${{ inputs.spec }}
digger-private-key: ${{ secrets.DIGGER_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion dev/main.tf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resource "null_resource" "test" {}
resource "null_resource" "test2" {}
5 changes: 2 additions & 3 deletions digger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ workflows:
plan:
steps:
- init
# - plan
- plan: terraform plan -input=false -no-color -detailed-exitcode -lock-timeout=3m -out $DIGGER_PLANFILE
- run: infracost breakdown --path=. | tee -a $DIGGER_OUT
- run: terraform plan -input=false -refresh -no-color -out $DIGGER_PLANFILE
# - run: infracost breakdown --path=. | tee -a $DIGGER_OUT

Loading