Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 634 Bytes

File metadata and controls

32 lines (23 loc) · 634 Bytes
page_title subcategory description
criblio_search_dashboard_category Data Source - terraform-provider-criblio
SearchDashboardCategory DataSource

criblio_search_dashboard_category (Data Source)

SearchDashboardCategory DataSource

Example Usage

data "criblio_search_dashboard_category" "my_searchdashboardcategory" {
  id = "observability"
}

Schema

Required

  • id (String) Unique ID to GET

Read-Only

  • description (String)
  • is_pack (Boolean)
  • name (String)