Skip to content

Commit

Permalink
fix: readme link to svpc example (#515)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <[email protected]>
  • Loading branch information
stubbi and bharathkkb authored Dec 15, 2020
1 parent e4b71b2 commit ce1d46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared_vpc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shared VPC
This module performs the same functions as the root module with the addition of assigning the project as a Shared VPC service project associated with a given host project and granting IAM permissions on host project and subnets to appropriate API service accounts based on activated APIs.

The advantage of using this module over the root module, is being able to provision both the host project and service projects within a single configuration. See [examples/shared_vpc](./examples/shared_vpc) for a full example.
The advantage of using this module over the root module, is being able to provision both the host project and service projects within a single configuration. See [examples/shared_vpc](../../examples/shared_vpc) for a full example.

## Example Usage
```hcl
Expand Down

0 comments on commit ce1d46e

Please sign in to comment.