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
Allow to update role's associated roles with new resource, that will allow only update associated roles of an existing one, rather then associate roles while only creating a new role
Discussion
No response
Motivation
While creating roles using a loop, you cannot update here composite_roles, as you get Cycle error:
And also you cannot use another keycloak_role resource to update associated roles as tf throws an error that this role already exists because it tries to create a new one with the same name
Description
Allow to update role's associated roles with new resource, that will allow only update associated roles of an existing one, rather then associate roles while only creating a new role
Discussion
No response
Motivation
While creating roles using a loop, you cannot update here composite_roles, as you get Cycle error:
And also you cannot use another keycloak_role resource to update associated roles as tf throws an error that this role already exists because it tries to create a new one with the same name
Details
It would be great to have a resource like this:
And this resource will only update already existing role and add them associated roles
The text was updated successfully, but these errors were encountered: