From 7552919a8eb637bb030a286432a04854b0a5188d Mon Sep 17 00:00:00 2001 From: iamolegga Date: Wed, 19 Jan 2022 01:43:08 +0300 Subject: [PATCH] chore: Update README.md (#346) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55633cd9..ac5c35e5 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can go to the examples folder, however the usage of the module could be like ```hcl module "vpc" { source = "terraform-google-modules/network/google" - version = "~> 3.0" + version = "~> 4.0" project_id = "" network_name = "example-vpc"