From 1a39c7df1d9d12e250500c3321e82ff78b0cd900 Mon Sep 17 00:00:00 2001 From: Morgante Pell Date: Mon, 20 Jan 2020 23:37:17 -0500 Subject: [PATCH] fix: relax version constraint in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a85deb0..db1a16a5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,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 = "~> 2.0.0" + version = "~> 2.0" project_id = "" network_name = "example-vpc"