Skip to content

Commit 0c6b2e5

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/advance/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ locals {
2525
*****************************************/
2626
module "vpc" {
2727
source = "terraform-google-modules/network/google"
28-
version = "~> 9.0"
28+
version = "~> 12.0"
2929
project_id = var.project_id
3030
network_name = local.network_name
3131

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ locals {
2525
*****************************************/
2626
module "vpc" {
2727
source = "terraform-google-modules/network/google"
28-
version = "~> 9.0"
28+
version = "~> 12.0"
2929
project_id = var.project_id
3030
network_name = local.network_name
3131

0 commit comments

Comments
 (0)