Skip to content

Commit 5264e67

Browse files
chore(deps): Update Terraform terraform-google-modules/network/google to v12 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8a3d2b commit 5264e67

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 = "~> 11.0"
19+
version = "~> 12.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 = "~> 11.0"
19+
version = "~> 12.0"
2020

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

0 commit comments

Comments
 (0)