Closed saitho closed 4 years ago
Most of this is achieved by using Terraform for resource management.
With #24 the logic for removing a project was merged with the project playbook. This should now be done properly. Container data will not be removed.
It should be possible to remove resources (files, users, containers, etc) provisioned and deployed via StackHead. Many roles used already provide a setting e.g.
state: present/absent
to indicate that resource should be created or removed from the server.Maybe we can have a top level setting for that inside the project configuration.