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 5829536 commit 8a5d181Copy full SHA for 8a5d181
.github/workflows/terraform-plan.yml
@@ -66,7 +66,7 @@ jobs:
66
api-key: ${{ secrets.INFRACOST_API_KEY }}
67
- name: Run Infracost
68
run: |
69
- infracost breakdown --path=../tfplan.json --format=json --out-file=/tmp/infracost.json && pwd && cat /tmp/infracost.json
+ infracost breakdown --path=./terraform --format=json --out-file=/tmp/infracost.json && pwd && cat /tmp/infracost.json
70
71
# Checkout the branch you want Infracost to compare costs against, most commonly the target branch.
72
- name: Checkout base branch
0 commit comments