Skip to content

Commit 23ca496

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v13
1 parent 7b409ae commit 23ca496

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/bigquery/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "random_string" "suffix" {
2222

2323
module "example-vpc-module" {
2424
source = "terraform-google-modules/network/google"
25-
version = "~> 10.0"
25+
version = "~> 13.0"
2626
project_id = var.project_id
2727
network_name = "vpc-network-${random_string.suffix.result}"
2828
auto_create_subnetworks = true

examples/pubsub/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "random_string" "suffix" {
2222

2323
module "example-vpc-module" {
2424
source = "terraform-google-modules/network/google"
25-
version = "~> 10.0"
25+
version = "~> 13.0"
2626
project_id = var.project_id
2727
network_name = "vpc-network-${random_string.suffix.result}"
2828
auto_create_subnetworks = true

examples/stackdriver/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "random_string" "suffix" {
2222

2323
module "example-vpc-module" {
2424
source = "terraform-google-modules/network/google"
25-
version = "~> 10.0"
25+
version = "~> 13.0"
2626
project_id = var.project_id
2727
network_name = "vpc-network-${random_string.suffix.result}"
2828
auto_create_subnetworks = true

examples/storage/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ resource "random_string" "suffix" {
2222

2323
module "example-vpc-module" {
2424
source = "terraform-google-modules/network/google"
25-
version = "~> 10.0"
25+
version = "~> 13.0"
2626
project_id = var.project_id
2727
network_name = "vpc-network-${random_string.suffix.result}"
2828
auto_create_subnetworks = true

0 commit comments

Comments
 (0)