Skip to content

Commit 43e98e7

Browse files
committed
Code Update
1 parent 7a3e6fb commit 43e98e7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

environments/dev.tfvars

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

8+
89
######
910
######
1011
######

infra/provider.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ terraform {
99

1010
provider "azurerm" {
1111
features {}
12+
use_oidc = true // It tells the Terraform Azure provider to use the federated token that the azure/login@v2 step injects automatically.
1213
# subscription_id = "enter-your-subscription-id-here"
1314
}
1415

0 commit comments

Comments
 (0)