Skip to main content
Version: Latest Version (2.9.1)

highbond_non_project_time_category (Resource)

Schema

Required

nameString The name of the time entry category.

Optional

activeBoolean The value that determines if the time entry category is active.
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 time entry category was created.
updated_atString The timestamp identifying when the time entry category was created.

Example Usage

resource "highbond_non_project_time_category" "main" {
name = "non_project_time_category_test"
position = 0
active = false
}