Uninstalling#

To uninstall the project from your system you need remove the virtual env, destroy the docker-compose stack and eventually unprovision the Aiven services.

Assuming the venv was installed in the venv sub-directory, run the following:

make clean
deactivate
rm -rf venv
docker-compose down && docker-compose rm
cd terraform && terraform destroy -var-file=var-values.tfvars