Skip to content

Commit b89ada0

Browse files
Update environment variable GOOGLE_CLOUD_KEYFILE_JSON to use GOOGLE_APPLICATION_CREDENTIALS (#3522) (#2078)
Co-authored-by: Damian Myerscough <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Damian Myerscough <[email protected]>
1 parent 7f92963 commit b89ada0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changelog/3522.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
```release-note:none
2+
```

website/docs/guides/getting_started.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ file. Name it something you can remember, and store it somewhere secure on your
158158
machine.
159159

160160
You supply the key to Terraform using the environment variable
161-
`GOOGLE_CLOUD_KEYFILE_JSON`, setting the value to the location of the file.
161+
`GOOGLE_APPLICATION_CREDENTIALS`, setting the value to the location of the file.
162162

163163
```bash
164-
export GOOGLE_CLOUD_KEYFILE_JSON={{path}}
164+
export GOOGLE_APPLICATION_CREDENTIALS={{path}}
165165
```
166166

167167
-> Remember to add this line to a startup file such as `bash_profile` or

0 commit comments

Comments
 (0)