Skip to content

Commit

Permalink
Provider upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Sep 29, 2023
1 parent 6326375 commit 70e5e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.68.0"
version = "~> 3.75.0"
configuration_aliases = [
azurerm.vhub
]
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.41.0"
version = "~> 2.43.0"
}
azapi = {
source = "azure/azapi"
Expand Down

0 comments on commit 70e5e38

Please sign in to comment.