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 46ecdad commit 91908c4Copy full SHA for 91908c4
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 = "0.4.0"
+ version = "0.6.0"
18
19
project_id = "<PROJECT ID>"
20
network_name = "example-vpc"
0 commit comments