From ce1d46e8ab9d9b895254c3c86b89437045875121 Mon Sep 17 00:00:00 2001 From: Jannes Stubbemann Date: Tue, 15 Dec 2020 17:30:52 +0100 Subject: [PATCH] fix: readme link to svpc example (#515) Co-authored-by: Bharath KKB --- modules/shared_vpc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/shared_vpc/README.md b/modules/shared_vpc/README.md index c783ac0e..ae887103 100644 --- a/modules/shared_vpc/README.md +++ b/modules/shared_vpc/README.md @@ -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