Skip to content

Commit

Permalink
#105 Document variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jelemux committed Jan 29, 2025
1 parent 06de8b7 commit 0de6bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/keycloak-module/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ variable "keycloak_service_account_client_secret" {
}

variable "ces_fqdn" {
description = "FQDN or IP address of the CES"
type = string
nullable = false
}

variable "keycloak_client_scopes" {
description = "OIDC scopes to add as default scopes in the keycloak client"
type = list(string)
default = ["acr", "email", "groups", "profile", "roles", "web-origins"]
}

0 comments on commit 0de6bb9

Please sign in to comment.