cookiecutter-openedx / cookiecutter-openedx-devops

Open edX Tutor on Kubernetes implemented with Terraform
GNU Affero General Public License v3.0
42 stars 17 forks source link

cookiecutter Jinja error #71

Closed cm-aulasneo closed 5 months ago

cm-aulasneo commented 5 months ago

Describe the bug Running a fresh install with make file return this error

File "terraform/environments/modules/mysql/kubernetes.tf", line 158, in template jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'endif'. File "terraform/environments/modules/mysql/kubernetes.tf", line 158 {% endif %}{% if cookiecutter.ci_deploy_install_credentials_server|upper == "Y" -%} Workflow Just install the repo and try running make.sh file.

Expected behavior will create the openedx_devops dir.

Additional context Add any other context about the problem here.