Skip to content

Commit 2125854

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v12
1 parent 0fecd9f commit 2125854

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/memcache/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "test-vpc-module" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 9.0"
19+
version = "~> 12.0"
2020
project_id = var.project_id
2121
network_name = "test-net"
2222
mtu = 1460

examples/minimal/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "test-vpc-module" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 9.0"
19+
version = "~> 12.0"
2020
project_id = var.project_id
2121
network_name = "test-net-minimal"
2222
mtu = 1460

examples/redis-cluster/network.tf

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

2121
module "test_vpc" {
2222
source = "terraform-google-modules/network/google"
23-
version = "~> 9.2"
23+
version = "~> 12.0"
2424
project_id = var.project_id
2525
network_name = local.network_name
2626
mtu = 1460

examples/redis/network.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
module "test-vpc-module" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 9.0"
19+
version = "~> 12.0"
2020
project_id = var.project_id
2121
network_name = "test-net-redis"
2222
mtu = 1460

examples/valkey/network.tf

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

2121
module "test_vpc" {
2222
source = "terraform-google-modules/network/google"
23-
version = "~> 9.2"
23+
version = "~> 12.0"
2424
project_id = var.project_id
2525
network_name = local.network_name
2626
mtu = 1460

0 commit comments

Comments
 (0)