in src/keycloak.ts [657:659]
function printOutput(scope: cdk.Construct, id: string, key: string | number) { new cdk.CfnOutput(scope, id, { value: String(key) }); }