Skip to main content
Version: Latest Version (2.9.1)

highbond_strategy_segment (Resource)

Schema

Required

nameString The name of the strategy segment

Optional

force_updatesBoolean Allows overriding top-level 'create_only' option.
idString The ID of this resource.

Read-Only

created_atString The timestamp identifying when the strategy segment was created
objective_idsList of String List of objective IDs
updated_atString The timestamp identifying when the strategy segment was last updated

Example Usage

resource "highbond_strategy_segment" "seg" {
name = "seg 1"
}