generated from hashicorp/terraform-provider-scaffolding-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add monolith manifest enrollment package docs
- Loading branch information
Showing
1 changed file
with
31 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,31 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "zentral_monolith_manifest_enrollment_package Resource - terraform-provider-zentral" | ||
subcategory: "" | ||
description: |- | ||
The resource zentral_monolith_manifest_enrollment_package manages Monolith manifest enrollment packages. | ||
--- | ||
|
||
# zentral_monolith_manifest_enrollment_package (Resource) | ||
|
||
The resource `zentral_monolith_manifest_enrollment_package` manages Monolith manifest enrollment packages. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `builder` (String) Enrollment package builder module. | ||
- `enrollment_id` (Number) ID of the enrollment. | ||
- `manifest_id` (Number) ID of the manifest. | ||
|
||
### Optional | ||
|
||
- `tag_ids` (Set of Number) The `ID`s of the tags used to scope the enrollment package. | ||
|
||
### Read-Only | ||
|
||
- `id` (Number) `ID` of the manifest enrollment package. | ||
- `version` (Number) Version of the enrollment package. |