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.
2 parents 8b4d3e9 + 99e1a31 commit c273b8cCopy full SHA for c273b8c
modules/fabric-net-svpc-access/README.md
@@ -18,7 +18,8 @@ Basic usage of this module is as follows:
18
19
```hcl
20
module "net-shared-vpc-access" {
21
- source = "terraform-google-modules/terraform-google-network/google//modules/fabric-net-svpc-access"
+ source = "terraform-google-modules/network/google//modules/fabric-net-svpc-access"
22
+ version = "~> 1.4.0"
23
host_project_id = "my-host-project-id"
24
service_project_num = 1
25
service_project_ids = ["my-service-project-id"]
0 commit comments