Skip to main content
Version: Latest Version (2.9.1)

highbond_relate_record_type (Resource)

Schema

Required

child_idString The ID of the child in an asset record type parent-child relationship. Can only be for an asset record type.
parent_idString The ID of the parent in an asset record type parent-child relationship. Can be a root asset record type.

Optional

idString The ID of this resource.

Example Usage

resource "highbond_relate_record_type" "main" {
parent_id = highbond_asset_record_type.main.id
child_id = highbond_asset_record_type.child.id
}