From 60cfca8cd0c6ddc2a242c471c11dd54dd158363b Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Fri, 22 Sep 2023 09:54:32 +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 9e3b13d..a609dca 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 }}