From ccd1900c7a24a7cee37b8060b0c411469bfe1023 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:27:16 +0000 Subject: [PATCH] Update Terraform azuread to v2.53.1 --- infrastructure/state.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/state.tf b/infrastructure/state.tf index bd9bcb13..fff1e392 100644 --- a/infrastructure/state.tf +++ b/infrastructure/state.tf @@ -11,7 +11,7 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "2.53.0" + version = "2.53.1" } } }