Skip to content

Commit

Permalink
Merge pull request #1468 from portefaix/renovate/azure-vnet-azurerm-5.x
Browse files Browse the repository at this point in the history
chore(deps): update terraform azure/vnet/azurerm to v5
  • Loading branch information
nlamirault authored Nov 27, 2024
2 parents a058447 + 3bccc95 commit 6370548
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/azure/hub/modules/hub/vnet.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

module "vnet" {
source = "Azure/vnet/azurerm"
version = "4.1.0"
version = "5.0.1"

use_for_each = true

Expand Down
2 changes: 1 addition & 1 deletion terraform/azure/vnet/modules/vnet/vnet.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module "vnet" {
source = "Azure/vnet/azurerm"
version = "4.1.0"
version = "5.0.1"

use_for_each = true

Expand Down

0 comments on commit 6370548

Please sign in to comment.