Skip to content

Commit ce3712f

Browse files
committed
Code Update
1 parent 80a7df4 commit ce3712f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/terraform-multi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
with:
7070
terraform_version: 1.6.6
7171

72+
73+
7274
# - name: Azure Login
7375
# uses: Azure/login@v2.3.0
7476
# with:
@@ -83,6 +85,15 @@ jobs:
8385
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
8486
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
8587

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+
8697
8798
# - name: Setup Terraform
8899
# uses: hashicorp/setup-terraform@v3

environments/dev.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ nsg = {
8585
#####
8686
#####
8787

88+
8889
nics = {
8990
nic1 = {
9091
nic_name = "pahelanic"

0 commit comments

Comments
 (0)