From 72683d5f08c5dafffdb1c096365e6ff39610ca29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:30:34 +0000 Subject: [PATCH] Update Terraform azuread to v3 --- infrastructure/terraform.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/terraform.tf b/infrastructure/terraform.tf index 40027ddb..048465eb 100644 --- a/infrastructure/terraform.tf +++ b/infrastructure/terraform.tf @@ -13,7 +13,7 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "2.53.1" + version = "3.0.2" } } }