Skip to content

Commit

Permalink
add a hint to the new resources next to the corresponding realm attri…
Browse files Browse the repository at this point in the history
…butes
  • Loading branch information
pboehm committed Jan 20, 2025
1 parent 85300b1 commit ef65abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/realm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ef65abe

Please sign in to comment.