Skip to content

Commit

Permalink
Provider update
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlh committed Nov 30, 2023
1 parent 9e8d7ef commit ef2f776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.75.0"
version = "~> 3.82.0"
configuration_aliases = [
azurerm.vhub
]
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.43.0"
version = "~> 2.46.0"
}
azapi = {
source = "azure/azapi"
version = "~> 1.6.0"
version = "~> 1.10.0"
}
azurecaf = {
source = "aztfmod/azurecaf"
Expand Down

0 comments on commit ef2f776

Please sign in to comment.