Skip to content

Commit c273b8c

Browse files
authored
Merge pull request #110 from terraform-google-modules/ludoo-patch-1
Fix module source in README example
2 parents 8b4d3e9 + 99e1a31 commit c273b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/fabric-net-svpc-access/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Basic usage of this module is as follows:
1818

1919
```hcl
2020
module "net-shared-vpc-access" {
21-
source = "terraform-google-modules/terraform-google-network/google//modules/fabric-net-svpc-access"
21+
source = "terraform-google-modules/network/google//modules/fabric-net-svpc-access"
22+
version = "~> 1.4.0"
2223
host_project_id = "my-host-project-id"
2324
service_project_num = 1
2425
service_project_ids = ["my-service-project-id"]

0 commit comments

Comments
 (0)