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 using the new multi_valued property of the keycloak_realm_user_profile resource introduced in v5.1.0, the value does not save correctly within Keycloak. The multi-valued toggle is always OFF and the Terraform plans always show an in-place update from false to true for the attribute.
Version
26.0.7
Expected behavior
The multi_valued attribute value should be persisted in Keycloak and not show up as a changed attribute in the terraform plans.
Actual behavior
The multi_valued attribute never takes on the true value and always shows up in the terraform plans.
Describe the bug
When using the new
multi_valued
property of thekeycloak_realm_user_profile
resource introduced in v5.1.0, the value does not save correctly within Keycloak. The multi-valued toggle is always OFF and the Terraform plans always show an in-place update fromfalse
totrue
for the attribute.Version
26.0.7
Expected behavior
The
multi_valued
attribute value should be persisted in Keycloak and not show up as a changed attribute in the terraform plans.Actual behavior
The
multi_valued
attribute never takes on thetrue
value and always shows up in the terraform plans.How to Reproduce?
keycloak_realm_user_profile
resourcemulti_valued
property totrue
.multi_valued
property being updated fromfalse
totrue
.Anything else?
No response
The text was updated successfully, but these errors were encountered: