Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
frudisch committed Oct 7, 2024
1 parent efb7ca6 commit 76d3e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
TF_IN_AUTOMATION: 'true'
TF_LOG: 'DEBUG'
run: |
terraform init -backend-config="impersonate_service_account=${{ secrets.STATE_SERVICE_ACCOUNT_ID }}"
terraform init
- id: plan
run: terraform plan -no-color
- run: echo ${{ steps.plan.outputs.stdout }}
Expand Down

0 comments on commit 76d3e2d

Please sign in to comment.