Skip to content

Commit

Permalink
Update Terraform azurerm to v3.117.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2025
1 parent b400971 commit 9ae431b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 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 = "3.117.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 = "3.117.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 = "3.117.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 = "3.117.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 = "3.117.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 = "3.117.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/pubsubappgateway/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 = "3.117.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 = "3.117.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 9ae431b

Please sign in to comment.