From ed68fcc752691dbdd7436a5f0f3fe28e91aa1ea4 Mon Sep 17 00:00:00 2001 From: Christopher McKenzie Date: Wed, 17 Aug 2016 10:29:25 -0700 Subject: [PATCH] Document credentials variable and env var --- website/source/docs/state/remote/gcs.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/state/remote/gcs.html.md b/website/source/docs/state/remote/gcs.html.md index d5a820664c..0c6fc65d52 100644 --- a/website/source/docs/state/remote/gcs.html.md +++ b/website/source/docs/state/remote/gcs.html.md @@ -53,3 +53,4 @@ The following configuration options are supported: * `bucket` - (Required) The name of the GCS bucket * `path` - (Required) The path where to place/look for state file inside the bucket + * `credentials` / `GOOGLE_CREDENTIALS` - (Required) Google Cloud Platform account credentials in json format