This commit is contained in:
Dave Cunningham 2015-01-30 15:12:13 -05:00
parent aa009516b7
commit 1d41800cd2
1 changed files with 5 additions and 3 deletions

View File

@ -34,9 +34,11 @@ resource "google_compute_instance" "default" {
The following keys can be used to configure the provider. The following keys can be used to configure the provider.
* `account_file` - (Required) Path to the JSON file used to describe * `account_file` - (Required) Path to the JSON file used to describe your
your account credentials, downloaded from Google Cloud Console. More account credentials, downloaded from Google Cloud Console. More details on
details on retrieving this file are below. 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).
* `project` - (Required) The name of the project to apply any resources to. * `project` - (Required) The name of the project to apply any resources to.