Skip to main content
Version: Latest Version (2.9.1)

highbond_entity_category (Resource)

Schema

Required

titleString The name of entity category

Optional

descriptionString The description of entity category
force_updatesBoolean Allows overriding top-level 'create_only' option.
idString The ID of this resource.
positionNumber 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_atString The timestamp identifying when the entity category was created
entitiesList of String List of entitites associated with frameworks
entities_countNumber Related entities count, is a value between 1 and 2147483647
updated_atString 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
}