From 1a05f6dbe4f9ae0102b1312057afd03cd04342c8 Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Fri, 22 Sep 2023 09:54:16 +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 59be44a..bd8e62a 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 }}