From f4845c423dbb3f24d71d49186d7931c47fbf3d94 Mon Sep 17 00:00:00 2001 From: Nicollette Lui Date: Mon, 28 Jan 2019 10:05:57 -0800 Subject: [PATCH] Fix link to "configure a service account" Update Requirements section with working link to "Configure a service account" section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a964c81a67..daa5741f2a 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Then perform the following commands on the root folder: Before this module can be used on a project, you must ensure that the following pre-requisites are fulfilled: 1. Terraform and kubectl are [installed](#software-dependencies) on the machine where Terraform is executed. -2. The Service Account you execute the module with has the right [permissions](#iam-roles). +2. The Service Account you execute the module with has the right [permissions](#configure-a-service-account). 3. The Compute Engine and Kubernetes Engine APIs are [active](#enable-apis) on the project you will launch the cluster in. 4. If you are using a Shared VPC, the APIs must also be activated on the Shared VPC host project and your service account needs the proper permissions there.