Skip to content

Commit

Permalink
fix: relax version constraint in README
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jan 21, 2020
1 parent 5477596 commit 1a39c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<PROJECT ID>"
network_name = "example-vpc"
Expand Down

0 comments on commit 1a39c7d

Please sign in to comment.