Merge pull request #1272 from ndarilek/google-instance-docs-fix

website: 'project' requires ID, not name
This commit is contained in:
Mitchell Hashimoto 2015-03-26 10:21:12 -07:00
commit c294ce323c
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.