highbond_non_project_time_category (Resource)
Schema
Required
name | String | The name of the time entry category. |
Optional
active | Boolean | The value that determines if the time entry category is active. |
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 time entry category was created. |
updated_at | String | 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
}