Skip to content

Commit

Permalink
chore(deps): update hashicorp/azuread requirement from ~> 2.42.0 to ~…
Browse files Browse the repository at this point in the history
…> 2.44.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](hashicorp/terraform-provider-azuread@v2.42.0...v2.44.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 20, 2023
1 parent 6f10e31 commit 46deff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.42.0"
version = "~> 2.44.0"
}
}
# backend "azurerm" {
Expand Down

0 comments on commit 46deff8

Please sign in to comment.