Skip to main content
Version: Latest Version (2.9.1)

highbond_asset_type_attribute (Resource)

Schema

Required

asset_type_idString The ID of the asset type
attribute_type_idString The ID of the attribute type

Optional

idString 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
}