diff --git a/.github/workflows/merge_to_main_staging.yml b/.github/workflows/merge_to_main_staging.yml index aff9cceb2..ee2457bc7 100644 --- a/.github/workflows/merge_to_main_staging.yml +++ b/.github/workflows/merge_to_main_staging.yml @@ -139,10 +139,10 @@ jobs: cd env/staging/database-tools terragrunt apply --terragrunt-non-interactive -auto-approve - - name: Apply aws/quicksight - run: | - cd env/staging/quicksight - terragrunt apply --terragrunt-non-interactive -auto-approve + # - name: Apply aws/quicksight + # run: | + # cd env/staging/quicksight + # terragrunt apply --terragrunt-non-interactive -auto-approve - name: Apply aws/lambda-google-cidr run: | diff --git a/.github/workflows/terragrunt_plan_staging.yml b/.github/workflows/terragrunt_plan_staging.yml index 133e6577e..5eb0a0513 100644 --- a/.github/workflows/terragrunt_plan_staging.yml +++ b/.github/workflows/terragrunt_plan_staging.yml @@ -263,15 +263,15 @@ jobs: github-token: "${{ secrets.GITHUB_TOKEN }}" terragrunt: "true" - - name: Terragrunt plan quicksight - if: ${{ steps.filter.outputs.quicksight == 'true' || steps.filter.outputs.common == 'true' }} - uses: cds-snc/terraform-plan@v3 - with: - directory: "env/staging/quicksight" - comment-delete: "true" - comment-title: "Staging: quicksight" - github-token: "${{ secrets.GITHUB_TOKEN }}" - terragrunt: "true" + # - name: Terragrunt plan quicksight + # if: ${{ steps.filter.outputs.quicksight == 'true' || steps.filter.outputs.common == 'true' }} + # uses: cds-snc/terraform-plan@v3 + # with: + # directory: "env/staging/quicksight" + # comment-delete: "true" + # comment-title: "Staging: quicksight" + # github-token: "${{ secrets.GITHUB_TOKEN }}" + # terragrunt: "true" - name: Terragrunt plan lambda-google-cidr if: ${{ steps.filter.outputs.lambda-google-cidr == 'true' || steps.filter.outputs.common == 'true' }}