Skip to content

Commit 80a7df4

Browse files
committed
Code Update
1 parent 43e98e7 commit 80a7df4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/terraform-multi.yaml

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

72-
- name: Azure Login
73-
uses: Azure/login@v2.3.0
72+
# - name: Azure Login
73+
# uses: Azure/login@v2.3.0
74+
# with:
75+
# client-id: ${{ secrets.AZURE_CLIENT_ID }}
76+
# tenant-id: ${{ secrets.AZURE_TENANT_ID }}
77+
# subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
78+
79+
- name: Azure Login (OIDC)
80+
uses: azure/login@v2
7481
with:
7582
client-id: ${{ secrets.AZURE_CLIENT_ID }}
7683
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
7784
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
78-
79-
85+
86+
8087
# - name: Setup Terraform
8188
# uses: hashicorp/setup-terraform@v3
8289
# with:

environments/dev.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resource_groups = {
66
}
77

88

9+
910
######
1011
######
1112
######

0 commit comments

Comments
 (0)