highbond_robot (Data Source)

Example Usage

data "highbond_robot" "main" {
  name = "robot_name"
}

// We can access this datasource value as below: data.highbond_robot.main.id

Schema

Required

  • name (String) The name of the robot

Read-Only

  • app_versions_count (Number) The number of analytic script versions committed to the robot.
  • category (String) The category of the robot
  • description (String) The description of the robot
  • id (String) The ID of this resource.
  • is_available (Boolean) This flag can be used to check if data source is available or not