Can we set client roles using tf resource keycloak_default_roles ?
i get the following error when creating an default role with client roles present.
keycloak_default_roles.default_roles: Creating...
╷
│ Error: defaultRoles not found by name
│
│ with keycloak_default_roles.default_roles,
│ on main.tf line 17, in resource "keycloak_default_roles" "default_roles":
│ 17: resource "keycloak_default_roles" "default_roles" {
│
╵
Steps to reproduce
Get access to keycloak instance
Create main.tf that creates a simple realm and adds default roles belonging to client (view-groups belongs to account client)
Problem
Can we set client roles using tf resource keycloak_default_roles ? i get the following error when creating an default role with client roles present.
Steps to reproduce
Create main.tf that creates a simple realm and adds default roles belonging to client (view-groups belongs to account client)
terraform init
and thenterraform apply