-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8884d65
commit 0cd5b5b
Showing
1 changed file
with
36 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,36 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "cyral_policy_wizards Data Source - terraform-provider-cyral" | ||
subcategory: "" | ||
description: |- | ||
This data source provides information policy wizards | ||
--- | ||
|
||
# cyral_policy_wizards (Data Source) | ||
|
||
This data source provides information policy wizards | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `wizard_id` (String) id of the policy wizard of interest. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `wizards` (Set of Object) Set of supported policy wizards. (see [below for nested schema](#nestedatt--wizards)) | ||
|
||
<a id="nestedatt--wizards"></a> | ||
### Nested Schema for `wizards` | ||
|
||
Read-Only: | ||
|
||
- `description` (String) | ||
- `id` (String) | ||
- `name` (String) | ||
- `parameter_schema` (String) | ||
- `tags` (List of String) |