diff --git a/apps/taiga/taiga_ConfigMap.tf b/apps/taiga/taiga_ConfigMap.tf index 50b191d..38e1ebd 100644 --- a/apps/taiga/taiga_ConfigMap.tf +++ b/apps/taiga/taiga_ConfigMap.tf @@ -26,7 +26,7 @@ resource "kubectl_manifest" "cm_env_back" { ENABLE_JIRA_IMPORTER: "False" ENABLE_TRELLO_IMPORTER: "False" OPENID_CONNECT_SCOPES: "openid email profile" - GITLAB_URL="${module.oauth2.sso_configuration_url}" + GITLAB_URL: "${module.oauth2.sso_configuration_url}" EOF } @@ -75,7 +75,7 @@ resource "kubectl_manifest" "cm_env_front" { ENABLE_JIRA_IMPORTER: "false" ENABLE_TRELLO_IMPORTER: "false" OPENID_CONNECT_SCOPES: "openid email profile" - GITLAB_URL="${module.oauth2.sso_configuration_url}" + GITLAB_URL: "${module.oauth2.sso_configuration_url}" EOF }