Skip to content

Commit bb2216f

Browse files
committed
Update README example to version-pin to patch version
1 parent 8dcacad commit bb2216f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can go to the examples folder, however the usage of the module could be like
1414
```hcl
1515
module "vpc" {
1616
source = "terraform-google-modules/network/google"
17-
version = "~> 1.0"
17+
version = "~> 1.0.0"
1818
1919
project_id = "<PROJECT ID>"
2020
network_name = "example-vpc"

0 commit comments

Comments
 (0)