Skip to content

Commit bdac1a6

Browse files
Set ARM_USE_AZUREAD env var for Terraform init
Added the ARM_USE_AZUREAD environment variable to the Terraform Init step in the vmss-deploy workflow to enable Azure AD authentication.
1 parent 04fc1f5 commit bdac1a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/vmss-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- name: Terraform Init
3535
working-directory: ./gh-runners
36+
env:
37+
ARM_USE_AZUREAD: true
3638
run: terraform init
3739

3840
- name: Terraform Validate

0 commit comments

Comments
 (0)