From 7a616d267cf2f7dad3756a32b49698721c865bc4 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Thu, 6 Mar 2025 23:24:20 -0500 Subject: [PATCH] not yet --- README.md | 2 -- outputs.tf | 16 ++++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b95c0ab..3d8b549 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,6 @@ Common issues and solutions: | Name | Description | |------|-------------| -| [client\_id](#output\_client\_id) | The client ID for accessing keycloak. | -| [client\_secret](#output\_client\_secret) | The client secret for accessing keycloak. | | [module\_name](#output\_module\_name) | The name of this module. | | [module\_version](#output\_module\_version) | The version of this module. | | [namespace](#output\_namespace) | The namespace in which keycloak gets installed in. | diff --git a/outputs.tf b/outputs.tf index c1fe6dc..9a125f9 100644 --- a/outputs.tf +++ b/outputs.tf @@ -3,15 +3,15 @@ output "public_endpoint" { value = module.ingress_resources.service_url } -output "client_id" { - description = "The client ID for accessing keycloak." - value = dependency.eks_keycloak.outputs.client_id -} +# output "client_id" { +# description = "The client ID for accessing keycloak." +# value = dependency.eks_keycloak.outputs.client_id +# } -output "client_secret" { - description = "The client secret for accessing keycloak." - value = dependency.eks_keycloak.outputs.client_secret -} +# output "client_secret" { +# description = "The client secret for accessing keycloak." +# value = dependency.eks_keycloak.outputs.client_secret +# } output "namespace" { description = "The namespace in which keycloak gets installed in."