From 052a0de9dd9cf0695471315d6e9bc0e2a97c8b2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:56:23 +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 9f2928224..b7e488c07 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -8,7 +8,7 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "2.53.1" + version = "3.0.1" } } }