diff --git a/apps/taiga/taiga_ConfigMap.tf b/apps/taiga/taiga_ConfigMap.tf index 7ce7468..298d6c4 100644 --- a/apps/taiga/taiga_ConfigMap.tf +++ b/apps/taiga/taiga_ConfigMap.tf @@ -51,7 +51,7 @@ resource "kubectl_manifest" "cm_env_front" { ENABLE_JIRA_IMPORTER: "false" ENABLE_TRELLO_IMPORTER: "false" ENABLE_OIDC_AUTH: "false" - ENABLE_OPENID: "true" + ENABLE_OPENID_AUTH: "true" OPENID_URL: "${module.oauth2.sso_authorize_url}" OPENID_SCOPE: "openid email profile" OPENID_NAME: "${var.domain_name}"