Skip to content

Commit 7e6aadd

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v12
1 parent fdc4307 commit 7e6aadd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/shared_vpc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module "host-project" {
4747
*****************************************/
4848
module "vpc" {
4949
source = "terraform-google-modules/network/google"
50-
version = "~> 11.0"
50+
version = "~> 12.0"
5151

5252
project_id = module.host-project.project_id
5353
network_name = var.network_name

test/fixtures/full/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ locals {
4040

4141
module "vpc" {
4242
source = "terraform-google-modules/network/google"
43-
version = "~> 11.0"
43+
version = "~> 12.0"
4444

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

0 commit comments

Comments
 (0)