Skip to main content
Version: Latest Version (2.9.1)

highbond_attribute_type (Data Source)

Schema

Required

field_nameString The name of the attribute type as it appears in the system. This value must be unique for each attribute type

Read-Only

data_typeString The data type of the attribute type
display_nameString The name that will be displayed for this attribute type
idString The ID of the attribute type
is_availableBoolean This flag can be used to check if data source is available or not
nameString The name of the attribute type

Example Usage

data "highbond_attribute_type" "number" {
field_name = "number_attribute_type"
}