Skip to content

Commit

Permalink
Update hashicorp/azuread requirement from ~> 2.43.0 to ~> 2.52.0
Browse files Browse the repository at this point in the history
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](hashicorp/terraform-provider-azuread@v2.43.0...v2.52.0)

---
updated-dependencies:
- dependency-name: hashicorp/azuread
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent f343780 commit d9d7e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.43.0"
version = "~> 2.52.0"
}
azapi = {
source = "azure/azapi"
Expand Down

0 comments on commit d9d7e59

Please sign in to comment.