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 e47de69 commit 241e448Copy full SHA for 241e448
README.md
@@ -78,7 +78,8 @@ Here are some examples of how you can use this module in your inventory structur
78
### Default vpc
79
```hcl
80
module "vpc" {
81
- source = "../"
+source = "clouddrove/vpc/google"
82
+version = "1.0.0"
83
84
name = "vpc"
85
environment = var.environment
0 commit comments