We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dcacad commit bb2216fCopy full SHA for bb2216f
README.md
@@ -14,7 +14,7 @@ You can go to the examples folder, however the usage of the module could be like
14
```hcl
15
module "vpc" {
16
source = "terraform-google-modules/network/google"
17
- version = "~> 1.0"
+ version = "~> 1.0.0"
18
19
project_id = "<PROJECT ID>"
20
network_name = "example-vpc"
0 commit comments