From 08ff5dc3508a11250c13fac1c0aca6ed05379910 Mon Sep 17 00:00:00 2001 From: Dana Hoffman Date: Fri, 19 Oct 2018 11:39:00 -0700 Subject: [PATCH] use correct cloud console link (#2293) --- website/docs/getting_started.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting_started.html.markdown b/website/docs/getting_started.html.markdown index 4273d8ea..3b0f8abf 100644 --- a/website/docs/getting_started.html.markdown +++ b/website/docs/getting_started.html.markdown @@ -152,7 +152,7 @@ that it's you making the request. The preferred method of provisioning resources with Terraform is to use a [GCP service account](https://cloud.google.com/docs/authentication/getting-started), a "robot account" that can be granted a limited set of IAM permissions. -From [the service account key page in the Cloud Console](https://pantheon.corp.google.com/apis/credentials/serviceaccountkey) +From [the service account key page in the Cloud Console](https://console.cloud.google.com/apis/credentials/serviceaccountkey) choose an existing account, or create a new one. Next, download the JSON key file. Name it something you can remember, and store it somewhere secure on your machine.