From cd2c86c75e5257deaf5552364613c65b668e7e7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 10:18:17 +0000 Subject: [PATCH] Update Terraform azuread to v3 --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index fec4f977c..7b2372fa4 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -18,7 +18,7 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "2.53.1" + version = "3.8.0" } } }