We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640eec2 commit 442f7f2Copy full SHA for 442f7f2
.github/workflows/terraform-build.yaml
@@ -42,10 +42,8 @@ jobs:
42
terraform-workspace: ${{ github.event.inputs.terraform-workspace }}
43
debug-mode: ${{ github.event.inputs.debug-mode }}
44
terraform-init-extra-args-json: ${{ env.terraform-init-extra-args-json }}
45
+ arm-tenant-id: ${{ secrets.ARM_TENANT_ID }}
46
+ arm-subscription-id: ${{ secrets.ARM_SUBSCRIPTION_ID }}
47
+ arm-client-id: ${{ secrets.ARM_CLIENT_ID }}
48
env:
- ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
- ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
- ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
49
- ARM_OIDC_TOKEN: ${{ env.OIDC_TOKEN }}
50
- TENV_AUTO_INSTALL: true
51
- ARM_USE_AZUREAD: true
+ TENV_AUTO_INSTALL: true
0 commit comments