From 0cd5b5bbb9a1942a944a6faed22a5c9936bb7af7 Mon Sep 17 00:00:00 2001 From: Deepak Gupta Date: Fri, 13 Dec 2024 17:47:17 -0500 Subject: [PATCH] generate documentation --- docs/data-sources/policy_wizards.md | 36 +++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/data-sources/policy_wizards.md diff --git a/docs/data-sources/policy_wizards.md b/docs/data-sources/policy_wizards.md new file mode 100644 index 00000000..ba6aa604 --- /dev/null +++ b/docs/data-sources/policy_wizards.md @@ -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 + +### 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)) + + +### Nested Schema for `wizards` + +Read-Only: + +- `description` (String) +- `id` (String) +- `name` (String) +- `parameter_schema` (String) +- `tags` (List of String)