From 6d99c808c0eb297cea609ad42f7087ede7084c56 Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Fri, 22 Sep 2023 09:54:18 +0100 Subject: [PATCH] Remove infracost step --- .github/workflows/pipeline.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1da16d9..9abef2b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -49,9 +49,3 @@ jobs: - name: Terraform Plan (Mock) run: terraform plan working-directory: ${{ matrix.dir }} - - name: Setup Infracost - uses: infracost/actions/setup@v2 - with: - api-key: ${{ secrets.INFRACOST_API_KEY }} - - name: Generate Infracost cost estimate - run: infracost breakdown --path ${{ matrix.dir }}