From 67c006d3709001f4e4a2610cfcc10bd29c2f25b2 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 29 Mar 2018 14:43:45 -0400 Subject: [PATCH] Read GOOGLE_CLOUD_PROJECT environment variable also (#1271) --- docs/index.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.html.markdown b/docs/index.html.markdown index 2d7c83f0ddb..892abf806df 100644 --- a/docs/index.html.markdown +++ b/docs/index.html.markdown @@ -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` @@ -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`