highbond_strategy_segment (Resource)
Schema
Required
name | String | The name of the strategy segment |
Optional
force_updates | Boolean | Allows overriding top-level 'create_only' option. |
id | String | The ID of this resource. |
Read-Only
created_at | String | The timestamp identifying when the strategy segment was created |
objective_ids | List of String | List of objective IDs |
updated_at | String | The timestamp identifying when the strategy segment was last updated |
Example Usage
resource "highbond_strategy_segment" "seg" {
name = "seg 1"
}