Skip to main content
Version: Latest Version (2.9.1)

highbond_robot_file (Resource)

Schema

Required

file_pathString A related file that you want to upload
robot_idString The ID of the robot

Optional

environmentString The environment of an analytic script
idString The ID of this resource.

Read-Only

created_atString The date the robot was created
file_nameString The name of the related file

Example Usage

// For Acl Robot
resource "highbond_robot_file" "main" {
robot_id = highbond_robot.main.id
file_path = "../test/data/data.csv"
environment = highbond_robot_activation.main.environment
}