highbond_erm_risk (Resource)

Example Usage

resource "highbond_erm_risk" "example_risk" {
  name                = "Test Risk"
  description         = "This is a test risk created for example purposes."
  category            = "Operational"
  risk_id             = "Risk-001"
  # The `owner_user_id` and `owner_groups_id` fields are subject to API validations that depend on organization-level configurations. Some organizations only allow a single user ID and do not accept group IDs. This behavior can be confirmed through the `/schema` API.
  owner_user_id       = ["a7LpQzTnKW-pVtJb", "r3YhXuGcDM-qNsEw"]
  owner_groups_id     = ["10714", "10715"]
  likelihood_inherent = "Medium"
  impact_inherent     = "High"
  risk_score_inherent = "High"
  likelihood_residual = "Low"
  impact_residual     = "Medium"
  risk_score_residual = "Medium"
  org_units           = ["PZYxxzsk79G", "GkPKkvBb3bU"]
}

Schema

Required

  • name (String) The name of the risk

Optional

  • category (String) Categorization value of the risk
  • description (String) The description of the risk
  • force_updates (Boolean) Allows overriding top-level 'create_only' option.
  • impact_inherent (String) Inherent impact rating of the risk
  • impact_residual (String) Residual impact rating of the risk
  • likelihood_inherent (String) Inherent likelihood rating of the risk
  • likelihood_residual (String) Residual likelihood rating of the risk
  • org_units (Set of String) Organizational units associated with the risk
  • owner_groups_id (Set of String) Group owners of the risk
  • owner_user_id (Set of String) User Owners of the risk
  • risk_id (String) External or human-friendly identifier of the risk
  • risk_score_inherent (String) Combined inherent risk score of the risk
  • risk_score_residual (String) Combined residual risk score of the risk

Read-Only

  • created_at (String) The date the risk was created
  • id (String) The ID of this resource.
  • updated_at (String) The date the risk was updated