Skip to content

Commit

Permalink
Merge pull request #110 from terraform-google-modules/ludoo-patch-1
Browse files Browse the repository at this point in the history
Fix module source in README example
  • Loading branch information
morgante authored Nov 19, 2019
2 parents 8b4d3e9 + 99e1a31 commit c273b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/fabric-net-svpc-access/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Basic usage of this module is as follows:

```hcl
module "net-shared-vpc-access" {
source = "terraform-google-modules/terraform-google-network/google//modules/fabric-net-svpc-access"
source = "terraform-google-modules/network/google//modules/fabric-net-svpc-access"
version = "~> 1.4.0"
host_project_id = "my-host-project-id"
service_project_num = 1
service_project_ids = ["my-service-project-id"]
Expand Down

0 comments on commit c273b8c

Please sign in to comment.