Skip to content

Commit 161b3e4

Browse files
authored
Merge pull request #53 from terraform-google-modules/internal/0.12-patch-level-version-pinning
Update README example to version-pin to patch version
2 parents 8dcacad + bb2216f commit 161b3e4

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)