Skip to content

Commit

Permalink
Revert "Removed broken quicksight dataset in aws and tfstate. Plan wo…
Browse files Browse the repository at this point in the history
…rks locally (#995)"

This reverts commit 04734c2.
  • Loading branch information
ben851 authored Oct 31, 2023
1 parent 04734c2 commit 01411e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge_to_main_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/terragrunt_plan_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 01411e7

Please sign in to comment.