Skip to content

Latest commit

 

History

History
159 lines (133 loc) · 4.8 KB

File metadata and controls

159 lines (133 loc) · 4.8 KB
page_title subcategory description
firehydrant_runbooks Data Source - terraform-provider-firehydrant
Runbooks DataSource

firehydrant_runbooks (Data Source)

Runbooks DataSource

Example Usage

data "firehydrant_runbooks" "my_runbooks" {
  name     = "...my_name..."
  owners   = "...my_owners..."
  page     = 6
  per_page = 4
  sort     = "asc"
}

Schema

Optional

  • name (String) A query to search runbooks by their name
  • owners (String) A query to search runbooks by their owners
  • page (Number)
  • per_page (Number)
  • sort (String) Sort runbooks by their updated date. Accepts 'asc', 'desc'

Read-Only

  • action_elements (Attributes List) A list of action elements (see below for nested schema)
  • action_id (String)
  • active_incidents (List of String) List of active incident guids
  • alert_on_add (Boolean)
  • async_url (String)
  • authorized_by (String)
  • authorized_by_id (String)
  • auto_add_responding_team (Boolean)
  • auto_attach_to_restricted_incidents (Boolean)
  • automatable (Boolean)
  • automatic (Boolean)
  • categories (String) categories the runbook applies to
  • category (String)
  • channel_id (String)
  • channel_name (String)
  • channel_url (String)
  • clearable (Boolean)
  • config (Attributes) An unstructured object of key/value pairs describing the config settings for the step. (see below for nested schema)
  • configuration_url (String)
  • connection_id (String)
  • connection_name (String)
  • connection_type (String)
  • created_at (String)
  • default_logic (Attributes) (see below for nested schema)
  • default_rule_data (Attributes) (see below for nested schema)
  • default_value (String)
  • delay_duration (String)
  • deprecated (Boolean)
  • description (String)
  • details (Attributes) Integration-specific details of this connection. As identified by the integration_slug, this object will be represented by that integration's ConnectionEntity. (see below for nested schema)
  • discarded (Boolean)
  • discarded_at (String)
  • disliked (Boolean) Whether or not the current actor has voted negatively
  • dislikes (Number)
  • display_name (String)
  • documentation_url (String) Location of documentation for this action
  • email (String)
  • enabled (Boolean)
  • href_url (String)
  • icon_url (String)
  • id (String) The ID of this resource.
  • installed (Boolean)
  • integration (String)
  • integration_id (String)
  • integration_slug (String)
  • is_editable (Boolean)
  • is_multi (Boolean)
  • label (String)
  • labels (Map of String) An object of label key and values
  • liked (Boolean) Whether or not the current actor has voted positively
  • likes (Number)
  • logic (Attributes) An unstructured object of key/value pairs describing the logic for applying the rule. (see below for nested schema)
  • logo_url (String)
  • ms_team_id (String)
  • nat_ip (String)
  • owner (Attributes) TeamEntity model (see below for nested schema)
  • placeholder (String)
  • prerequisites (Attributes) (see below for nested schema)
  • remote_id (String)
  • remote_url (String)
  • repeatable (Boolean)
  • repeats (Boolean)
  • repeats_duration (String)
  • required (Boolean)
  • rerunnable (Boolean)
  • reruns (Boolean)
  • runbook_template_id (String)
  • setup_url (String)
  • signals_enabled_notification_types (List of String)
  • signals_ical_url (String)
  • slack_channel_id (String)
  • slack_linked (Boolean)
  • slack_user_id (String)
  • slug (String)
  • source (String)
  • status (String)
  • step_elements (Attributes List) A list of step elements (see below for nested schema)
  • step_id (String)
  • summary (String)
  • supported_runbook_types (List of String)
  • team_name (String)
  • text (String)
  • tutorial (Boolean)
  • type (String)
  • updated_at (String)
  • value (String)
  • voted (Boolean) Whether or not the current actor has voted

Nested Schema for action_elements

Nested Schema for config

Nested Schema for default_logic

Nested Schema for default_rule_data

Nested Schema for details

Nested Schema for logic

Nested Schema for owner

Nested Schema for prerequisites

Nested Schema for step_elements