Skip to content

Commit

Permalink
Update hashicorp/azuread requirement from ~> 2.43.0 to ~> 2.44.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.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 f54d2ce commit 8a7974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.43.0"
version = "~> 2.44.0"
}
time = {
source = "hashicorp/time"
Expand Down

0 comments on commit 8a7974a

Please sign in to comment.