Skip to content

Commit

Permalink
generate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yoursnerdly committed Dec 13, 2024
1 parent 8884d65 commit 0cd5b5b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/data-sources/policy_wizards.md
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)

0 comments on commit 0cd5b5b

Please sign in to comment.