From ef65abeded772556b7f932b83a67b6862761a4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20B=C3=B6hm?= Date: Mon, 20 Jan 2025 13:26:01 +0100 Subject: [PATCH] add a hint to the new resources next to the corresponding realm attributes --- docs/resources/realm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/realm.md b/docs/resources/realm.md index 82dc30cd..9422a947 100644 --- a/docs/resources/realm.md +++ b/docs/resources/realm.md @@ -242,8 +242,8 @@ Each of these attributes are blocks with the following attributes: ## Default Client Scopes -- `default_default_client_scopes` - (Optional) A list of default `default client scopes` to be used for client definitions. Defaults to `[]` or keycloak's built-in default `default client-scopes`. -- `default_optional_client_scopes` - (Optional) A list of default `optional client scopes` to be used for client definitions. Defaults to `[]` or keycloak's built-in default `optional client-scopes`. +- `default_default_client_scopes` - (Optional) A list of default `default client scopes` to be used for client definitions. Defaults to `[]` or keycloak's built-in default `default client-scopes`. For an alternative, please refer to the dedicated resource `keycloak_realm_default_client_scopes`. +- `default_optional_client_scopes` - (Optional) A list of default `optional client scopes` to be used for client definitions. Defaults to `[]` or keycloak's built-in default `optional client-scopes`. For an alternative, please refer to the dedicated resource `keycloak_realm_optional_client_scopes`. ## Import