Skip to content

Commit

Permalink
Add monolith manifest enrollment package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed May 26, 2024
1 parent a45601f commit c1bad78
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/resources/monolith_manifest_enrollment_package.md
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.

0 comments on commit c1bad78

Please sign in to comment.