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 cd2be00 commit 06bb293Copy full SHA for 06bb293
.github/workflows/pipeline.yml
@@ -49,9 +49,3 @@ jobs:
49
- name: Terraform Plan (Mock)
50
run: terraform plan
51
working-directory: ${{ matrix.dir }}
52
- - name: Setup Infracost
53
- uses: infracost/actions/setup@v2
54
- with:
55
- api-key: ${{ secrets.INFRACOST_API_KEY }}
56
- - name: Generate Infracost cost estimate
57
- run: infracost breakdown --path ${{ matrix.dir }}
0 commit comments