Skip to content

Commit

Permalink
Read GOOGLE_CLOUD_PROJECT environment variable also (hashicorp#1271)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored and danawillow committed Mar 29, 2018
1 parent 875aa12 commit 67c006d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ The following keys can be used to configure the provider.
in order of precedence):

* `GOOGLE_PROJECT`
* `GOOGLE_CLOUD_PROJECT`
* `GCLOUD_PROJECT`
* `CLOUDSDK_CORE_PROJECT`

Expand All @@ -75,11 +76,11 @@ The following keys can be used to configure the provider.
* `GOOGLE_REGION`
* `GCLOUD_REGION`
* `CLOUDSDK_COMPUTE_REGION`

* `zone` - (Optional) The zone to operate under, if not specified by a given resource.
This can also be specified using any of the following environment variables (listed in order of
precedence):

* `GOOGLE_ZONE`
* `GCLOUD_ZONE`
* `CLOUDSDK_COMPUTE_ZONE`
Expand Down

0 comments on commit 67c006d

Please sign in to comment.