Skip to content

Commit

Permalink
test tf
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 26, 2024
1 parent 38e5e69 commit 9a20919
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ jobs:
subscription-id: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }}
- name: Test Terraform
env:
ARM_USE_AKS_WORKLOAD_IDENTITY: true
ARM_USE_CLI: false
# ARM_USE_MSI: true
ARM_SUBSCRIPTION_ID: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }}
ARM_CLIENT_ID: ${{ secrets.E2E_AZURE_CLIENT_ID }}
# ARM_USE_AKS_WORKLOAD_IDENTITY: true
# ARM_USE_CLI: false
# # ARM_USE_MSI: true
# ARM_SUBSCRIPTION_ID: ${{ secrets.E2E_AZURE_SUBSCRIPTION_ID }}
# ARM_CLIENT_ID: ${{ secrets.E2E_AZURE_CLIENT_ID }}
# ARM_TENANT_ID: ${{ secrets.E2E_AZURE_TENANT_ID }}
run: |
terraform init
Expand Down

0 comments on commit 9a20919

Please sign in to comment.