Reasoning:
We are using this terraform provider via crossplane (https://github.com/crossplane-contrib/provider-keycloak) with a feature that only updates those fields that are set in our config and leaves everything else as was configured by default/manually. Right now bruteForceProtected is set to false by default, but I would like to make crossplane aware that I specifically need this value to be false and I do not have a possibility to do it right now. (Since leaving it out tells crossplane to not touch it at all, but not to keep it false)
Suggestion: Enhance the realm resource (https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs/resources/realm) with an explicit setting bruteForceProtected (see PUT /admin/realms endpoint)
Reasoning: We are using this terraform provider via crossplane (https://github.com/crossplane-contrib/provider-keycloak) with a feature that only updates those fields that are set in our config and leaves everything else as was configured by default/manually. Right now bruteForceProtected is set to false by default, but I would like to make crossplane aware that I specifically need this value to be false and I do not have a possibility to do it right now. (Since leaving it out tells crossplane to not touch it at all, but not to keep it false)