From 089a88d39838f34a7963ee3f981308ff0e464941 Mon Sep 17 00:00:00 2001 From: Andreas Isnes Date: Mon, 23 Sep 2024 16:53:55 +0200 Subject: [PATCH] debug federation --- infra/deploy/cert/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/deploy/cert/main.tf b/infra/deploy/cert/main.tf index be985c5d..7cb74a7e 100644 --- a/infra/deploy/cert/main.tf +++ b/infra/deploy/cert/main.tf @@ -7,7 +7,7 @@ terraform { } backend "azurerm" { - use_azuread_auth = true + use_msi = true } }