Skip to main content
Version: Latest Version (2.9.1)

highbond_record_attribute_type (Resource)

Schema

Required

asset_record_type_idString The ID of the asset record type
attribute_type_idString The ID of the attribute type

Optional

idString The ID of this resource.

Example Usage

resource "highbond_record_attribute_type" "main" {
asset_record_type_id = highbond_asset_record_type.main.id
attribute_type_id = highbond_attribute_type.text.id
}