Skip to content

Commit

Permalink
chore(deps): Update Terraform terraform-google-modules/network/google…
Browse files Browse the repository at this point in the history
… to v10
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent 861052f commit a7baeef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/shared_vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module "host-project" {
*****************************************/
module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"

project_id = module.host-project.project_id
network_name = var.network_name
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ locals {

module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 9.0"
version = "~> 10.0"

network_name = "pf-test-int-full-${var.random_string_for_testing}"
project_id = var.shared_vpc
Expand Down

0 comments on commit a7baeef

Please sign in to comment.