Add docs
This commit is contained in:
parent
aa009516b7
commit
1d41800cd2
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue