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 v6 (#770)
  • Loading branch information
renovate[bot] authored Nov 30, 2022
1 parent aeb46ff commit 10c1ba9
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 = "~> 5.0"
version = "~> 6.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 = "~> 5.2"
version = "~> 6.0"

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

0 comments on commit 10c1ba9

Please sign in to comment.