Skip to content

Commit

Permalink
ok, so just back to failing on fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 5, 2024
1 parent 9edd87d commit 9c425bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/terragrunt_plan_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ jobs:
- name: Retrieve TFVars
run: |
op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - ${{ env.ENVIRONMENT }}"/notesPlain > env/${{ env.ENVIRONMENT }}/common/${{ env.ENVIRONMENT }}.tfvars
op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - ${{ env.ENVIRONMENT }}"/notesPlain > ${{ env.ENVIRONMENT }}.tfvars
- name: Terragrunt plan common
uses: cds-snc/terraform-plan@2aa797a64e4a37d05fcee5a62195f4c2bde5a0ba
Expand Down Expand Up @@ -193,7 +192,6 @@ jobs:
- name: Retrieve TFVars
run: |
op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - ${{env.ENVIRONMENT}}"/notesPlain > env/${{ env.ENVIRONMENT }}/${{ matrix.module }}/${{ env.ENVIRONMENT }}.tfvars
op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - ${{env.ENVIRONMENT}}"/notesPlain > ${{ env.ENVIRONMENT }}.tfvars
- name: Terragrunt plan ${{ matrix.module }}
if: |
Expand Down

0 comments on commit 9c425bb

Please sign in to comment.