Skip to content

Commit 1d0f88f

Browse files
authored
Clarify documentation around JSON credentials file (#1554)
1 parent 6560145 commit 1d0f88f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/docs/index.html.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ resource "google_compute_instance" "default" {
3434

3535
The following keys can be used to configure the provider.
3636

37-
* `credentials` - (Optional) Contents of the JSON file used to describe your
38-
account credentials, downloaded from Google Cloud Console. More details on
39-
retrieving this file are below.
37+
* `credentials` - (Optional) Contents of a file that contains your service
38+
account private key in JSON format. You can download this file from the
39+
Google Cloud Console. More details on retrieving this file are below.
4040

4141
Credentials can also be specified using any of the following environment
4242
variables (listed in order of precedence):

0 commit comments

Comments
 (0)