From 1ba522b0480af7082cdc4bf592f82ada46f05b36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:19:17 +0000 Subject: [PATCH] Update Terraform azuread to v2 --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index d91570df4b..c9a945a562 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -17,7 +17,7 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "1.6.0" + version = "2.47.0" } } } \ No newline at end of file