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 7a3e6fb commit 43e98e7Copy full SHA for 43e98e7
environments/dev.tfvars
@@ -5,6 +5,7 @@ resource_groups = {
5
}
6
7
8
+
9
######
10
11
infra/provider.tf
@@ -9,6 +9,7 @@ terraform {
provider "azurerm" {
features {}
12
+ use_oidc = true // It tells the Terraform Azure provider to use the federated token that the azure/login@v2 step injects automatically.
13
# subscription_id = "enter-your-subscription-id-here"
14
15
0 commit comments