Skip to content

Commit

Permalink
#105 Output client id and secret in keycloak module
Browse files Browse the repository at this point in the history
  • Loading branch information
jelemux committed Jan 28, 2025
1 parent cdc26ec commit 57c4126
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/keycloak-module/output.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
output "external_cas_openid_client_id" {
value = local.external_cas_openid_client_id
}

output "external_cas_openid_client_secret" {
value = random_password.external_cas_openid_client_secret[0].result
sensitive = true
}

0 comments on commit 57c4126

Please sign in to comment.