From 2c900dd4f97d4e2db5eea2405ce6a327f7a43575 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. --- index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.markdown b/index.html.markdown index cacf7599..6ba08b84 100644 --- a/index.html.markdown +++ b/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.