highbond_strategy_tag (Resource)
Schema
Required
name | String | The name of the strategy tag |
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 tag was created |
updated_at | String | The timestamp identifying when the strategy tag was last updated |
Example Usage
resource "highbond_strategy_tag" "main" {
name = "Strategy Tag"
}