From 85fc1bca330b417262f249a2ce8150e87549841a Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 21 Mar 2015 09:16:16 -0500 Subject: [PATCH] 'project' should be set to the project's ID, not its name. --- website/source/docs/providers/google/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/google/index.html.markdown b/website/source/docs/providers/google/index.html.markdown index cacf7599b..6ba08b844 100644 --- a/website/source/docs/providers/google/index.html.markdown +++ b/website/source/docs/providers/google/index.html.markdown @@ -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.