Skip to content

Commit

Permalink
Fixed drift and unit test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Abby Artagame committed Nov 8, 2024
1 parent 095c8eb commit 5c0fd08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tf-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ permissions:
contents: read
issues: write

#These environment variables are used by the terraform azure provider to setup OIDD authenticate.
env:
ARM_CLIENT_ID: "${{ secrets.AZURE_CLIENT_ID }}"
ARM_SUBSCRIPTION_ID: "${{ secrets.AZURE_SUBSCRIPTION_ID }}"
ARM_TENANT_ID: "${{ secrets.AZURE_TENANT_ID }}"

jobs:
terraform-plan:
name: 'Terraform Plan'
Expand Down

0 comments on commit 5c0fd08

Please sign in to comment.