Skip to content

Commit 289ed0f

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 13bc9af + 6ecb4a2 commit 289ed0f

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)