From edda73b1ded8445a975b8d17db5504988a837684 Mon Sep 17 00:00:00 2001 From: Daniel Meyerholt Date: Thu, 25 Jun 2020 11:34:57 +0200 Subject: [PATCH] Add docs --- docs/resources/keycloak_custom_user_federation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/keycloak_custom_user_federation.md b/docs/resources/keycloak_custom_user_federation.md index 523a2a34c..91ad9f643 100644 --- a/docs/resources/keycloak_custom_user_federation.md +++ b/docs/resources/keycloak_custom_user_federation.md @@ -33,6 +33,7 @@ The following arguments are supported: - `enabled` - (Optional) When `false`, this provider will not be used when performing queries for users. Defaults to `true`. - `priority` - (Optional) Priority of this provider when looking up users. Lower values are first. Defaults to `0`. - `cache_policy` - (Optional) Can be one of `DEFAULT`, `EVICT_DAILY`, `EVICT_WEEKLY`, `MAX_LIFESPAN`, or `NO_CACHE`. Defaults to `DEFAULT`. +- `parent_id` - (Optional) Must be set to the realms' `internal_id` when it differs from the realm. This can happen when existing resources are imported into the state. ### Import