diff --git a/terraform/keycloak-module/output.tf b/terraform/keycloak-module/output.tf new file mode 100644 index 0000000..e8c1f92 --- /dev/null +++ b/terraform/keycloak-module/output.tf @@ -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 +} \ No newline at end of file