mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Allow heroku spaces to be imported (#14973)
This commit is contained in:
parent
b708a81e24
commit
27dcc3ba11
@ -18,6 +18,10 @@ func resourceHerokuSpace() *schema.Resource {
|
||||
Update: resourceHerokuSpaceUpdate,
|
||||
Delete: resourceHerokuSpaceDelete,
|
||||
|
||||
Importer: &schema.ResourceImporter{
|
||||
State: schema.ImportStatePassthrough,
|
||||
},
|
||||
|
||||
Schema: map[string]*schema.Schema{
|
||||
"name": {
|
||||
Type: schema.TypeString,
|
||||
|
Loading…
Reference in New Issue
Block a user