-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR #272 breaks refresh of existing state #283
Comments
Hey @dmeyerholt, sorry that this is happening to you. I tried to reproduce this by running Keycloak 6.0.1 and applying the configuration in Could you help me out by providing some sample HCL that reproduces this? |
Nevermind, I was able to reproduce it. I can work on a fix, thanks for the bug report! |
@dmeyerholt let me know if the current master branch fixed your issue. If it doesn't, feel free to reopen this. |
Everything is fine now, thanks for the quick fix |
Hi,
during testing the current master tree' terraform refresh on a rather large state, it aborted with several
Error: strconv.ParseBool: parsing "": invalid syntax
errors. This seems to be related to PR #272 and commit 2bf367a . maybe specifically this line https://github.com/mrparkers/terraform-provider-keycloak/blob/2bf367a0d330fe169511c53a4c1fff70e6a0d072/keycloak/openid_user_attribute_protocol_mapper.go#L68 ? reverting this locally makes everything good again. somebody else have the same issue or am I missing something here?
Our installation: Keycloak 6.0.1 , provider: current master
Best
The text was updated successfully, but these errors were encountered: