Skip to content

Commit 241e448

Browse files
committed
update README.md
1 parent e47de69 commit 241e448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ Here are some examples of how you can use this module in your inventory structur
7878
### Default vpc
7979
```hcl
8080
module "vpc" {
81-
source = "../"
81+
source = "clouddrove/vpc/google"
82+
version = "1.0.0"
8283
8384
name = "vpc"
8485
environment = var.environment

0 commit comments

Comments
 (0)