terraform-provider-keycloak
terraform-provider-keycloak copied to clipboard
Update generic_client_protocol_mapper documentation
- Add missing documentation for the client_scope_id argument that can be used in place of client_id
- Update client_id documentation to reflect that it is only required if client_scope_id is not provided
Support for client_scope_id
in the generic_client_protocol_mapper
was added in this commit but the documentation was not updated. This PR updates the documentation appropriately.