Skip to content

Commit

Permalink
add federated creds for ad auth
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Sep 23, 2024
1 parent 089a88d commit 07bba8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/deploy/cert/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ terraform {
}

backend "azurerm" {
use_msi = true
use_msi = true
use_azuread_auth = true
}
}

Expand Down

0 comments on commit 07bba8d

Please sign in to comment.