From 8d6fd00ee63bd8ffa4411b5e53bab179d3d827c8 Mon Sep 17 00:00:00 2001 From: Marcel Behrmann Date: Tue, 1 Aug 2023 12:14:19 +0200 Subject: [PATCH] Update Docs --- docs/data-sources/consent_instance.md | 2 -- docs/data-sources/password_policy.md | 2 -- docs/data-sources/social_provider.md | 6 ++-- docs/data-sources/tenant_info.md | 2 -- docs/resources/app.md | 8 ++++-- docs/resources/hosted_page_group.md | 23 --------------- docs/resources/hpgroup.md | 41 +++++++++++++++++++++++++++ docs/resources/registration_field.md | 2 -- docs/resources/template.md | 2 -- docs/resources/template_group.md | 2 -- 10 files changed, 51 insertions(+), 39 deletions(-) delete mode 100644 docs/resources/hosted_page_group.md create mode 100644 docs/resources/hpgroup.md diff --git a/docs/data-sources/consent_instance.md b/docs/data-sources/consent_instance.md index d106a15..bad7d28 100644 --- a/docs/data-sources/consent_instance.md +++ b/docs/data-sources/consent_instance.md @@ -22,5 +22,3 @@ description: |- ### Read-Only - `id` (String) The ID of this resource. - - diff --git a/docs/data-sources/password_policy.md b/docs/data-sources/password_policy.md index e2f8935..c75e24a 100644 --- a/docs/data-sources/password_policy.md +++ b/docs/data-sources/password_policy.md @@ -26,5 +26,3 @@ description: |- - `minimum_length` (Number) - `no_of_digits` (Number) - `no_of_special_chars` (Number) - - diff --git a/docs/data-sources/social_provider.md b/docs/data-sources/social_provider.md index fb42a28..e54c878 100644 --- a/docs/data-sources/social_provider.md +++ b/docs/data-sources/social_provider.md @@ -25,9 +25,11 @@ data "cidaas_social_provider" "facebook" { - `provider_name` (String) +### Optional + +- `name` (String) + ### Read-Only - `provider_type` (String) - `social_id` (String) - - diff --git a/docs/data-sources/tenant_info.md b/docs/data-sources/tenant_info.md index dba47a4..01e4972 100644 --- a/docs/data-sources/tenant_info.md +++ b/docs/data-sources/tenant_info.md @@ -25,5 +25,3 @@ data "cidaas_tenent_info" "info" {} - `tenant_key` (String) (internal) id of the tenant - `tenant_name` (String) Public visible name of the tenant - `version_info` (String) Currently deployed version - - diff --git a/docs/resources/app.md b/docs/resources/app.md index f19c346..686a89b 100644 --- a/docs/resources/app.md +++ b/docs/resources/app.md @@ -68,6 +68,8 @@ description: |- ### Read-Only - `app_key` (Object, Sensitive) (see [below for nested schema](#nestedatt--app_key)) +- `app_owner` (String) +- `bot_provider` (String) - `client_id` (String) - `client_secret` (String, Sensitive) - `id` (String) The ID of this resource. @@ -80,6 +82,10 @@ Required: - `provider_name` (String) - `social_id` (String) +Optional: + +- `name` (String) + Read-Only: - `provider_type` (String) @@ -113,5 +119,3 @@ Read-Only: - `id` (String) - `private_key` (String) - `public_key` (String) - - diff --git a/docs/resources/hosted_page_group.md b/docs/resources/hosted_page_group.md deleted file mode 100644 index 59e89b1..0000000 --- a/docs/resources/hosted_page_group.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -# generated by https://github.com/hashicorp/terraform-plugin-docs -page_title: "cidaas_hosted_page_group Resource - terraform-provider-cidaas" -subcategory: "" -description: |- - ---- - -# cidaas_hosted_page_group (Resource) - - - - - - -## Schema - -### Required - -- `name` (String) Unique identifier of the hosted page group -- `pages` (Map of String) - - diff --git a/docs/resources/hpgroup.md b/docs/resources/hpgroup.md new file mode 100644 index 0000000..a78805f --- /dev/null +++ b/docs/resources/hpgroup.md @@ -0,0 +1,41 @@ +--- +# generated by https://github.com/hashicorp/terraform-plugin-docs +page_title: "cidaas_hpgroup Resource - terraform-provider-cidaas" +subcategory: "" +description: |- + +--- + +# cidaas_hpgroup (Resource) + + + + + + +## Schema + +### Required + +- `default_locale` (String) Default locale of the hosted page group +- `group_owner` (String) Group owner of the hosted page group +- `hosted_pages` (Attributes List) List of hosted pages (see [below for nested schema](#nestedatt--hosted_pages)) +- `id` (String) Unique identifier of the hosted page group + +### Read-Only + +- `created_time` (String) Time the hosted page was created +- `updated_time` (String) Time the hosted page was last updated + + +### Nested Schema for `hosted_pages` + +Required: + +- `id` (String) Unique identifier of the hosted page +- `locale` (String) Locale of the hosted page + +Optional: + +- `content` (String) Content of the hosted page +- `url` (String) URL of the hosted page diff --git a/docs/resources/registration_field.md b/docs/resources/registration_field.md index 1696304..97df229 100644 --- a/docs/resources/registration_field.md +++ b/docs/resources/registration_field.md @@ -33,5 +33,3 @@ description: |- ### Read-Only - `id` (String) Unique identifier of the registration field - - diff --git a/docs/resources/template.md b/docs/resources/template.md index 2eb7cf1..0dfdeae 100644 --- a/docs/resources/template.md +++ b/docs/resources/template.md @@ -34,5 +34,3 @@ description: |- - `id` (String) Cidaas UUID of the Template - `last_seeded_by` (String) - - diff --git a/docs/resources/template_group.md b/docs/resources/template_group.md index 13725a8..743227b 100644 --- a/docs/resources/template_group.md +++ b/docs/resources/template_group.md @@ -76,5 +76,3 @@ Required: Read-Only: - `id` (String) - -