Skip to content

Commit

Permalink
chore(deps): update terraform azurerm to v3.117.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2024
1 parent 2082c01 commit caf2127
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion components/apim/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.100.0"
version = "3.117.0"
}
}
}
Expand Down
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.100.0"
version = "3.117.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/appgateway/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.100.0"
version = "3.117.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/backendappgateway/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.100.0"
version = "3.117.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/frontdoor/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.100.0"
version = "3.117.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion components/trafficmanager/init.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.100.0"
version = "3.117.0"
}
}
}
Expand Down

0 comments on commit caf2127

Please sign in to comment.