For administrators

Deleting a project

2min
to remove a project from the infrastructure, first make sure that all project environments are deleted helm n \<projectname> development ls helm n \<projecrname> production ls if there are some left over environments, delete them by running helm n \<projectname> \<namespace> delete \<environmentname> for example helm n example development delete example stage then, update the main tf terraform file by removing the project definition listed in locals projects section run tofu apply to apply the changes to the infrastructure