mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
592 stars 291 forks source link

fix: revert backslash escaping #953

Open oliverbaehler opened 2 months ago

oliverbaehler commented 2 months ago

As mentioned in #774, currently users with backslashes are broken as data source. I assume it's okay when the users are created as resource. However with the patch that was introduced with https://github.com/mrparkers/terraform-provider-keycloak/pull/778 it's no longer possible to get users with backslashes in their name.