From 8a0578c21a1b0a58241bd231d5a9408d9be80e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 10:24:23 +0000 Subject: [PATCH] Update Terraform azuread to v2.41.0 (#812) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index d87860ca..a7d4be1c 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -11,7 +11,7 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "2.40.0" + version = "2.41.0" } } }