highbond_framework (Data Source)

Example Usage

data "highbond_framework" "main" {
  name = "framework_name"
}

Schema

Required

  • name (String)

Read-Only

  • frameworks (List of Object) (see below for nested schema)
  • id (String) The ID of this resource.
  • is_available (Boolean)

Nested Schema for frameworks

Read-Only:

  • background (String)
  • custom_attributes (Set of Object) (see below for nested schema)
  • description (String)
  • entities (List of String)
  • folder_name (String)
  • id (String)
  • name (String)
  • project_type_id (String)
  • purpose (String)
  • risk_assurance (Boolean)
  • scope (String)

Nested Schema for frameworks.custom_attributes

Read-Only:

  • id (String)
  • term (String)
  • value (Set of String)