Allow heroku spaces to be imported (#14973)

This commit is contained in:
Patrick Van Stee 2017-06-05 13:15:14 -04:00 committed by Clint
parent b708a81e24
commit 27dcc3ba11

View File

@ -18,6 +18,10 @@ func resourceHerokuSpace() *schema.Resource {
Update: resourceHerokuSpaceUpdate, Update: resourceHerokuSpaceUpdate,
Delete: resourceHerokuSpaceDelete, Delete: resourceHerokuSpaceDelete,
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
Schema: map[string]*schema.Schema{ Schema: map[string]*schema.Schema{
"name": { "name": {
Type: schema.TypeString, Type: schema.TypeString,