mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #14084 from hashicorp/paddy_goog_app_creds
Document GOOGLE_APPLICATION_CREDENTIALS support.
This commit is contained in:
commit
9be6aa200a
@ -46,6 +46,10 @@ The following keys can be used to configure the provider.
|
|||||||
* `GOOGLE_CLOUD_KEYFILE_JSON`
|
* `GOOGLE_CLOUD_KEYFILE_JSON`
|
||||||
* `GCLOUD_KEYFILE_JSON`
|
* `GCLOUD_KEYFILE_JSON`
|
||||||
|
|
||||||
|
The [`GOOGLE_APPLICATION_CREDENTIALS`](https://developers.google.com/identity/protocols/application-default-credentials#howtheywork)
|
||||||
|
environment variable can also contain the path of a file to obtain credentials
|
||||||
|
from.
|
||||||
|
|
||||||
* `project` - (Required) The ID of the project to apply any resources to. This
|
* `project` - (Required) The ID of the project to apply any resources to. This
|
||||||
can be specified using any of the following environment variables (listed in
|
can be specified using any of the following environment variables (listed in
|
||||||
order of precedence):
|
order of precedence):
|
||||||
|
Loading…
Reference in New Issue
Block a user