highbond_asset_type_attribute (Resource)
Schema
Required
| asset_type_id | String | The ID of the asset type | 
| attribute_type_id | String | The ID of the attribute type | 
Optional
| id | String | The ID of this resource. | 
Example Usage
resource "highbond_asset_type_attribute" "software_attribute_types" {
  asset_type_id     = highbond_asset_type.main.id
  attribute_type_id = highbond_attribute_type.text.id
}
