Clarify documentation around JSON credentials file (#1554)

This commit is contained in:
Vincent Roseberry 2018-05-29 10:57:09 -07:00 committed by GitHub
parent 656014540d
commit 1d0f88f903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,9 +34,9 @@ resource "google_compute_instance" "default" {
The following keys can be used to configure the provider.
* `credentials` - (Optional) Contents of the JSON file used to describe your
account credentials, downloaded from Google Cloud Console. More details on
retrieving this file are below.
* `credentials` - (Optional) Contents of a file that contains your service
account private key in JSON format. You can download this file from the
Google Cloud Console. More details on retrieving this file are below.
Credentials can also be specified using any of the following environment
variables (listed in order of precedence):