Skip to content

Commit

Permalink
chore(deps): update terraform azurerm to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 9711f81 commit 888cb05
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 @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.116.0"
version = "~> 4.8.0"
}
azuread = {
source = "hashicorp/azuread"
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 @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.116.0"
version = "~> 4.8.0"
}
azuread = {
source = "hashicorp/azuread"
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 @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.116.0"
version = "~> 4.8.0"
}
azuread = {
source = "hashicorp/azuread"
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 @@ -3,7 +3,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.116.0"
version = "~> 4.8.0"
}
azuread = {
source = "hashicorp/azuread"
Expand Down

0 comments on commit 888cb05

Please sign in to comment.