'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 d3135c1b2b
commit 85fc1bca33
1 changed files with 1 additions and 1 deletions

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.