Skip to content

Commit

Permalink
not yet
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 7, 2025
1 parent d73a110 commit 7a616d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ Common issues and solutions:

| Name | Description |
|------|-------------|
| <a name="output_client_id"></a> [client\_id](#output\_client\_id) | The client ID for accessing keycloak. |
| <a name="output_client_secret"></a> [client\_secret](#output\_client\_secret) | The client secret for accessing keycloak. |
| <a name="output_module_name"></a> [module\_name](#output\_module\_name) | The name of this module. |
| <a name="output_module_version"></a> [module\_version](#output\_module\_version) | The version of this module. |
| <a name="output_namespace"></a> [namespace](#output\_namespace) | The namespace in which keycloak gets installed in. |
Expand Down
16 changes: 8 additions & 8 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 7a616d2

Please sign in to comment.