'project' should be set to the project's ID, not its name.
This commit is contained in:
parent
d3135c1b2b
commit
85fc1bca33
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue