highbond_asset_type_attribute (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
}

Schema

Required

  • asset_type_id (String) The ID of the asset type
  • attribute_type_id (String) The ID of the attribute type

Read-Only

  • id (String) The ID of this resource.