Automate deprovisioning of environments #56
Labels
area/continuous-deployment
Issue related to Continuous Deployment (or lack thereof)
enhancement
New feature or request
I didn't do it as part of the provisioning because deprovisioning is a risky endeavour and has to be considered properly.
I'm inclined to solve this in two steps:
prevent_destroy
and resource-specific equivalents.terraform destroy
(see next step).That way, deprovisioning an environment will involve the following steps:
The text was updated successfully, but these errors were encountered: