forked from contentful-labs/terraform-contentful
-
-
Couldn't load subscription status.
- Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version information
- terraform provider: 5.8.3
Describe the bug
Unable to import the resource via terraform import contentful_contenttype.xxx
Error - Could not import contenttype to state, unexpected error: field import failed: The default type []interface {} is not supported by the provider
Screenshots
See what I have for my exisiting content_type via JSON preview

According to the contentful api documentation, they are the supported types
{type: "Symbol"}
{type: "Text"}
{type: "Integer"}
{type: "Number"}
{type: "Date"}
{type: "Boolean"}
{type: "Array", items: {type: "Symbol"}} only short texts arrays are supported
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working