Skip to content

Commit

Permalink
Add compliance relationships between framework items and library items.
Browse files Browse the repository at this point in the history
  • Loading branch information
asaba-hashi committed Aug 18, 2023
1 parent dfa807a commit 475b901
Show file tree
Hide file tree
Showing 9 changed files with 1,833 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/resources/compliance_relationship.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "jupiterone_compliance_relationship Resource - terraform-provider-jupiterone"
subcategory: ""
description: |-
A relationship between a framework item (requirement) and a library item (control).
---

# jupiterone_compliance_relationship (Resource)

A relationship between a framework item (requirement) and a library item (control).



<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `framework_item_id` (String) The id of the framework item (requirement) to link
- `library_item_id` (String) The id of the library item (control) to link
- `relationship_type` (String) Whether to INHERIT_EVIDENCE or IGNORE_EVIDENCE in the linked framework item

### Read-Only

- `id` (String) The ID of this resource.


Loading

0 comments on commit 475b901

Please sign in to comment.