Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
aramkarapetian authored Apr 27, 2023
1 parent b641fb0 commit 8f6ae0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ variable "clients" {
web_origins = optional(list(string), [])
organization_usage = optional(string, null)
organization_require_behavior = optional(string, null)
custom_login_page_on = optional(bool, true)
custom_login_page = optional(string, "")
custom_login_page_on = optional(bool, false)
custom_login_page = optional(string, " ")
token_endpoint_auth_method = optional(string, "none")
grant_types = optional(list(string), ["client_credentials"])
token_endpoint_auth_method = optional(string, "client_secret_post")
Expand Down

0 comments on commit 8f6ae0c

Please sign in to comment.