Fix openid role mapping scope
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-22 16:54:24 +01:00
parent baf1a5620e
commit c82f71be77
4 changed files with 6 additions and 3 deletions

View File

@ -10,3 +10,6 @@ output "access_group" {
output "realm" {
value = data.keycloak_realm.realm
}
output "client_id" {
value = var.client_id
}