From 73e663d48b46e84a07a3b33ac9520c12a2924815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:38:25 +0000 Subject: [PATCH] Update hashicorp/azuread requirement from ~> 2.43.0 to ~> 3.0.2 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.43.0...v3.0.2) --- updated-dependencies: - dependency-name: hashicorp/azuread dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 62592bce80..eab3667871 100644 --- a/main.tf +++ b/main.tf @@ -10,7 +10,7 @@ terraform { } azuread = { source = "hashicorp/azuread" - version = "~> 2.43.0" + version = "~> 3.0.2" } azapi = { source = "azure/azapi"