Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow commas in keycloak_custom_user_federation config (#3)
Allow commas in keycloak_custom_user_federation config User federation config is a MultivaluedMap. A multivalued map has a key and a list of values. The correct terraform config would be: config = { key = ["value1", "value2"] } Changing the config structure to array of strings would break existing configurations therefore only the first value is set and taken into account.
- Loading branch information