highbond_non_project_time_category (Resource)

Example Usage

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

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.
  • 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.
  • id (String) The ID of this resource.
  • updated_at (String) The timestamp identifying when the time entry category was created.