Skip to content

Commit

Permalink
Update hashicorp/azuread requirement from ~> 2.39 to ~> 3.0 in /example
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.39.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 0c498df commit cd43658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 2.39"
version = "~> 3.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
2 changes: 1 addition & 1 deletion key_vault/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
required_providers {
azuread = {
source = "hashicorp/azuread"
version = "~> 2.39"
version = "~> 3.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit cd43658

Please sign in to comment.