From 11402f3075e4738d920782e1e0e643ca6a6fcf67 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Thu, 9 Apr 2015 14:25:21 -0500 Subject: [PATCH] docs: fill out all provider env var configuration I find env vars a lot easier to use in day-to-day practice, so it's probably a good idea to let the users have that benefit too! --- index.html.markdown | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html.markdown b/index.html.markdown index 6ba08b84..8adb9ed9 100644 --- a/index.html.markdown +++ b/index.html.markdown @@ -39,10 +39,14 @@ The following keys can be used to configure the provider. retrieving this file are below. The _account file_ can be "" if you are running terraform from a GCE instance with a properly-configured [Compute Engine Service Account](https://cloud.google.com/compute/docs/authentication). + This can also be specified with the `GOOGLE_ACCOUNT_FILE` shell environment + variable. -* `project` - (Required) The ID of the project to apply any resources to. +* `project` - (Required) The ID of the project to apply any resources to. This + can also be specified with the `GOOGLE_PROJECT` shell environment variable. -* `region` - (Required) The region to operate under. +* `region` - (Required) The region to operate under. This can also be specified + with the `GOOGLE_REGION` shell environment variable. ## Authentication JSON File