mrparkers / terraform-provider-keycloak

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

Implement a data source to retrieve all realms #926

Open maxemann96 opened 8 months ago

maxemann96 commented 8 months ago

Provide a data source to retrieve all realms. The REST API of Keycloak provides a GET method for realms. It is also already implemented in the client abstraction, but nowhere used.