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 084bd66 commit a9b2b03Copy full SHA for a9b2b03
.github/workflows/terraform-plan.yml
@@ -77,10 +77,11 @@ jobs:
77
- name: Run Infracost
78
shell: bash
79
run: |
80
- infracost diff --path=./terraform \
+ infracost breakdown --path=/tmp/infracost-new.json --format=json --out-file=/tmp/infracost-base.json && pwd
81
+ infracost diff --path=../tfplan.json \
82
--format=json \
- --compare-to=/tmp/infracost-new.json \
83
- --out-file=/tmp/infracost.json && cat /tmp/infracost.json
+ --compare-to=/tmp/infracost-base.json \
84
+ --out-file=/tmp/infracost.json
85
86
- name: Post Infracost Comment
87
0 commit comments