highbond_robot (Data Source)
Schema
Required
name | String | The name of the robot |
Optional
id | String | The ID of this resource. |
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 |
is_available | Boolean | 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