highbond_attribute_type (Data Source)
Schema
Required
field_name | String | The name of the attribute type as it appears in the system. This value must be unique for each attribute type |
Read-Only
data_type | String | The data type of the attribute type |
display_name | String | The name that will be displayed for this attribute type |
id | String | The ID of the attribute type |
is_available | Boolean | This flag can be used to check if data source is available or not |
name | String | The name of the attribute type |
Example Usage
data "highbond_attribute_type" "number" {
field_name = "number_attribute_type"
}