From e99cdef19144697a1f79bd8f362eaecaca0b1cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 03:27:10 +0000 Subject: [PATCH] chore(deps): Update hashicorp/azuread requirement from ~> 2.50.0 to ~> 2.51.0 Updates the requirements on [hashicorp/azuread](https://github.com/hashicorp/terraform-provider-azuread) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-azuread/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-azuread/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-azuread/compare/v2.50.0...v2.51.0) --- updated-dependencies: - dependency-name: hashicorp/azuread dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- infra/providers.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/providers.tf b/infra/providers.tf index 3a2cc32..3b0e3c0 100644 --- a/infra/providers.tf +++ b/infra/providers.tf @@ -9,7 +9,7 @@ terraform { azuread = { source = "hashicorp/azuread" - version = "~> 2.50.0" + version = "~> 2.51.0" } honeycombio = {