Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Mar 11, 2024
1 parent 095a47e commit 34c1a20
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,10 @@ jobs:
- uses: hashicorp/setup-terraform@v3

- run: terraform init
# env:
# ARM_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
# ARM_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
# ARM_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}

- id: plan
run: terraform plan
#run: terraform plan -no-color
#run: terraform plan
run: terraform plan -no-color

- run: echo ${{ steps.plan.outputs.stdout }}
- run: echo ${{ steps.plan.outputs.stderr }}
Expand Down

0 comments on commit 34c1a20

Please sign in to comment.