Skip to main content
Version: Latest Version (2.9.1)

highbond_robot (Data Source)

Schema

Required

nameString The name of the robot

Optional

idString The ID of this resource.

Read-Only

app_versions_countNumber The number of analytic script versions committed to the robot.
categoryString The category of the robot
descriptionString The description of the robot
is_availableBoolean This flag can be used to check if data source is available or not

Example Usage

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

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