You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the realm attributes, all attributes are overwritten instead on the ones owned by the terraform provider.
This appears to be the complete opposite functionality to what is commented in the code on how this should work.
This has caused issues when extending Keycloak using realm attributes at runtime, where we lose those attributes upon terraform apply
Describe the bug
When setting the realm attributes, all attributes are overwritten instead on the ones owned by the terraform provider.
This appears to be the complete opposite functionality to what is commented in the code on how this should work.
This has caused issues when extending Keycloak using realm attributes at runtime, where we lose those attributes upon terraform apply
Example fix for this issue: #1030
Version
25.0.6
Expected behavior
Terraform sets the realm attributes owned by the provider, without modifying the unmanaged attributes
Actual behavior
The provider overwrites realm attributes with only the values defined in Terraform
How to Reproduce?
myRealm
(I did this programmatically)myCustomAttribute
still exists, whereas the other custom realm attribute is goneAnything else?
No response
The text was updated successfully, but these errors were encountered: