From 5ccc15cf3b144b7293ab6f270b328c44732fedf3 Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea Date: Wed, 23 Feb 2022 15:16:19 +0100 Subject: [PATCH] Rename data source docs folder --- docs/{datasources => data-sources}/client.md | 4 +++- docs/{datasources => data-sources}/global_client.md | 5 +++-- 2 files changed, 6 insertions(+), 3 deletions(-) rename docs/{datasources => data-sources}/client.md (81%) rename docs/{datasources => data-sources}/global_client.md (78%) diff --git a/docs/datasources/client.md b/docs/data-sources/client.md similarity index 81% rename from docs/datasources/client.md rename to docs/data-sources/client.md index c82e8875f..bb5688fb8 100644 --- a/docs/datasources/client.md +++ b/docs/data-sources/client.md @@ -29,4 +29,6 @@ At least one of the following arguments required: ## Attribute Reference -The client data source possesses the same attributes as the `auth0_client` resource, with the exception of `client_secret_rotation_trigger`. Refer to the [auth0_client resource documentation](../resources/client.md) for a list of returned attributes. \ No newline at end of file +The client data source possesses the same attributes as the `auth0_client` resource, except for +`client_secret_rotation_trigger`. Refer to the [auth0_client resource documentation](../resources/client.md) for a list +of returned attributes. diff --git a/docs/datasources/global_client.md b/docs/data-sources/global_client.md similarity index 78% rename from docs/datasources/global_client.md rename to docs/data-sources/global_client.md index 2df73edf5..2a16dcff8 100644 --- a/docs/datasources/global_client.md +++ b/docs/data-sources/global_client.md @@ -24,10 +24,11 @@ No arguments accepted. * `client_id` - String. ID of the client. * `client_secret`[1](#client-keys) - String. Secret for the client; keep this private. -* `custom_login_page_on` - Boolean. Indicates whether or not a custom login page is to be used. +* `custom_login_page_on` - Boolean. Indicates whether a custom login page is to be used. * `custom_login_page` - String. Content of the custom login page. * `client_metadata` - (Optional) Map(String) ### Client Keys -To access the `client_secret` attribute you need to add the `read:client_keys` scope to the Terraform client. Otherwise, the attribute will contain an empty string. \ No newline at end of file +To access the `client_secret` attribute you need to add the `read:client_keys` scope to the Terraform client. Otherwise, +the attribute will contain an empty string.