Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
update secret for dev client
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhead committed May 31, 2023
1 parent 69fcecb commit 1c1f6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keycloak-terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ variable "client_app2" {

variable "smile-client" {
type = object({
id = optional(string, "smile-cdr")
id = optional(string, "lra-rs")
valid_redirects = list(string)
web_origins = list(string)
login_theme = optional(string, "keycloak")

})
description = "SMILE CDR client configuration"
description = "LRA SMILE CDR client configuration"
}


Expand Down

0 comments on commit 1c1f6f0

Please sign in to comment.