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 v8
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 661e916 commit 927a4b2
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 @@ -44,7 +44,7 @@ module "host-project" {
*****************************************/
module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 8.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 = "~> 7.0"
version = "~> 8.0"

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

0 comments on commit 927a4b2

Please sign in to comment.