Skip to main content
Version: Latest Version (2.9.1)

highbond_relate_compliance_requirement (Resource)

Schema

Required

compliance_requirement_idString The ID of the requested resource.
related_compliance_requirement_idString The ID of the requested resource.
relationship_strengthString Enum: 'equivalent' 'strongly_related' 'moderately_related' 'weakly_related'. The strength of the relationship between the requirements.
relationship_typeString Enum: 'support' or 'overlap' . The type of the relationship between the requirements.
statusString Enum: 'active' 'inactive'. The status of the related requirement.

Optional

force_updatesBoolean Allows overriding top-level 'create_only' option.
idString The ID of this resource.

Example Usage

resource "highbond_relate_compliance_requirement" "main" {
relationship_type = "overlap"
relationship_strength = "strongly_related"
status = "active"
compliance_requirement_id = "416335"
related_compliance_requirement_id = "698382"
}