Skip to main content
Version: Latest Version (2.9.1)

highbond_strategy_tag (Resource)

Schema

Required

nameString The name of the strategy tag

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 tag was created
updated_atString The timestamp identifying when the strategy tag was last updated

Example Usage

resource "highbond_strategy_tag" "main" {
name = "Strategy Tag"
}