Skip to content

Commit 6f7924c

Browse files
Merge pull request #107 from diggerhq/motatoes-patch-506559
auto-merge
2 parents fbea64a + 634f67d commit 6f7924c

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/digger_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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 }}

dev/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
resource "null_resource" "test" {}
1+
resource "null_resource" "test2" {}

digger.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)