Skip to content

Commit

Permalink
Update Terraform azurerm to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent cea48ca commit 5ed3c41
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/apim-appgw/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.113.0"
version = "4.7.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/apim/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.113.0"
version = "4.7.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/backendappgateway/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.113.0"
version = "4.7.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/cftapps_private_dns/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.113.0"
version = "4.7.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/frontendappgateway/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.113.0"
version = "4.7.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/global/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.113.0"
version = "4.7.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/shutter_static_webapp/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.65.0" # we have to keep this to 3.65 as there are problems related to Failure sending request: StatusCode=429 -- Original Error: context deadline exceeded
version = "4.7.0" # we have to keep this to 3.65 as there are problems related to Failure sending request: StatusCode=429 -- Original Error: context deadline exceeded
}
}
}
Expand Down

0 comments on commit 5ed3c41

Please sign in to comment.