-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add compliance relationships between framework items and library items.
- Loading branch information
1 parent
dfa807a
commit 475b901
Showing
9 changed files
with
1,833 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
Oops, something went wrong.