'project' should be set to the project's ID, not its name.

This commit is contained in:
Nolan Darilek 2015-03-21 09:16:16 -05:00
parent 3e71666b91
commit 2c900dd4f9

View File

@ -40,7 +40,7 @@ The following keys can be used to configure the provider.
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 ID of the project to apply any resources to.
* `region` - (Required) The region to operate under.