use correct cloud console link (#2293)

This commit is contained in:
Dana Hoffman 2018-10-19 11:39:00 -07:00 committed by Nathan McKinley
parent 4a4a33da8a
commit fb4e053232

View File

@ -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), 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. 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 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 file. Name it something you can remember, and store it somewhere secure on your
machine. machine.