From ad4ad0f7b8fbe80e1fac1a7b1b95a8fbdd1fe785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 03:55:03 +0000 Subject: [PATCH] chore(deps): Update hashicorp/azuread requirement from ~> 2.53.0 to ~> 3.0.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.53.0...v3.0.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 718a649..fb0b991 100644 --- a/infra/providers.tf +++ b/infra/providers.tf @@ -9,7 +9,7 @@ terraform { azuread = { source = "hashicorp/azuread" - version = "~> 2.53.0" + version = "~> 3.0.0" } honeycombio = {