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 80a7df4 commit ce3712fCopy full SHA for ce3712f
.github/workflows/terraform-multi.yaml
@@ -69,6 +69,8 @@ jobs:
69
with:
70
terraform_version: 1.6.6
71
72
+
73
74
# - name: Azure Login
75
# uses: Azure/login@v2.3.0
76
# with:
@@ -83,6 +85,15 @@ jobs:
83
85
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
84
86
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
87
88
+ - name: Debug ARM OIDC Environment Variables
89
+ run: |
90
+ echo "ARM_CLIENT_ID: $ARM_CLIENT_ID"
91
+ echo "ARM_TENANT_ID: $ARM_TENANT_ID"
92
+ echo "ARM_SUBSCRIPTION_ID: $ARM_SUBSCRIPTION_ID"
93
+ echo "ARM_USE_OIDC: $ARM_USE_OIDC"
94
95
96
97
98
# - name: Setup Terraform
99
# uses: hashicorp/setup-terraform@v3
environments/dev.tfvars
@@ -85,6 +85,7 @@ nsg = {
#####
nics = {
nic1 = {
nic_name = "pahelanic"
0 commit comments