Skip to content

Commit

Permalink
chore(deps): update terraform azuread to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 85a126d commit 1fd0954
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontdoor-aks-nginx/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.53.0"
version = "~> 3.1.0"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
2 changes: 1 addition & 1 deletion frontdoor-app-service/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.53.0"
version = "~> 3.1.0"
}
}
backend "azurerm" {
Expand Down
2 changes: 1 addition & 1 deletion frontdoor-container-app/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.53.0"
version = "~> 3.1.0"
}
}
backend "azurerm" {
Expand Down
2 changes: 1 addition & 1 deletion frontdoor-function-app/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
azuread = {
source = "hashicorp/azuread"
version = "~> 2.53.0"
version = "~> 3.1.0"
}
}
backend "azurerm" {
Expand Down

0 comments on commit 1fd0954

Please sign in to comment.