Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
EldoranDev committed Aug 1, 2023
1 parent 9596066 commit 8d6fd00
Show file tree
Hide file tree
Showing 10 changed files with 51 additions and 39 deletions.
2 changes: 0 additions & 2 deletions docs/data-sources/consent_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ description: |-
### Read-Only

- `id` (String) The ID of this resource.


2 changes: 0 additions & 2 deletions docs/data-sources/password_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ description: |-
- `minimum_length` (Number)
- `no_of_digits` (Number)
- `no_of_special_chars` (Number)


6 changes: 4 additions & 2 deletions docs/data-sources/social_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ data "cidaas_social_provider" "facebook" {

- `provider_name` (String)

### Optional

- `name` (String)

### Read-Only

- `provider_type` (String)
- `social_id` (String)


2 changes: 0 additions & 2 deletions docs/data-sources/tenant_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


8 changes: 6 additions & 2 deletions docs/resources/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -80,6 +82,10 @@ Required:
- `provider_name` (String)
- `social_id` (String)

Optional:

- `name` (String)

Read-Only:

- `provider_type` (String)
Expand Down Expand Up @@ -113,5 +119,3 @@ Read-Only:
- `id` (String)
- `private_key` (String)
- `public_key` (String)


23 changes: 0 additions & 23 deletions docs/resources/hosted_page_group.md

This file was deleted.

41 changes: 41 additions & 0 deletions docs/resources/hpgroup.md
Original file line number Diff line number Diff line change
@@ -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 generated by tfplugindocs -->
## 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

<a id="nestedatt--hosted_pages"></a>
### 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
2 changes: 0 additions & 2 deletions docs/resources/registration_field.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@ description: |-
### Read-Only

- `id` (String) Unique identifier of the registration field


2 changes: 0 additions & 2 deletions docs/resources/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ description: |-

- `id` (String) Cidaas UUID of the Template
- `last_seeded_by` (String)


2 changes: 0 additions & 2 deletions docs/resources/template_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,3 @@ Required:
Read-Only:

- `id` (String)


0 comments on commit 8d6fd00

Please sign in to comment.