highbond_entity_category (Resource)
Schema
Required
title | String | The name of entity category |
Optional
description | String | The description of entity category |
force_updates | Boolean | Allows overriding top-level 'create_only' option. |
id | String | The ID of this resource. |
position | Number | The value that determines the order in which it is displayed in the index action. position must be a value between 1 and 2147483647 |
Read-Only
created_at | String | The timestamp identifying when the entity category was created |
entities | List of String | List of entitites associated with frameworks |
entities_count | Number | Related entities count, is a value between 1 and 2147483647 |
updated_at | String | The timestamp identifying when the entity category was last updated |
Example Usage
resource "highbond_entity_category" "main" {
title = "Testing Category"
description = "Category description"
force_updates = true // Create only with force update changes
}