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 270efc6 commit ac32d81Copy full SHA for ac32d81
README.md
@@ -20,7 +20,7 @@ You can go to the examples folder, however the usage of the module could be like
20
```hcl
21
module "vpc" {
22
source = "terraform-google-modules/network/google"
23
- version = "~> 1.0.0"
+ version = "~> 2.0.0"
24
25
project_id = "<PROJECT ID>"
26
network_name = "example-vpc"
0 commit comments