mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
598 stars 292 forks source link

doc: add example on how to retrieve realm management role #927

Open mloiseleur opened 5 months ago

mloiseleur commented 5 months ago

Context

I had hard time finding out how to retrieve them. I was losing faith, believing that it was not possible with this provider.

I tried one last time, searched a different way, and discovered how to do it with this comment.

Motivation

The goal of this PR is to help other users to find this information more easily.