Skip to content

Commit 2bb15e4

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v11
1 parent d4b7c13 commit 2bb15e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/nat/main.tf

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

1717
module "vpc" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 10.0"
19+
version = "~> 11.0"
2020

2121
project_id = var.project_id
2222
network_name = "test-network"

examples/simple_example/main.tf

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

1717
module "vpc" {
1818
source = "terraform-google-modules/network/google"
19-
version = "~> 10.0"
19+
version = "~> 11.0"
2020

2121
project_id = var.project_id
2222
network_name = "test-network"

0 commit comments

Comments
 (0)