Teardown¶
You can teardown an entire environment using one of the options below:
Keep Environment Config in repo¶
This option is helpful if you want to easily re-provision the environment at a later time.
- Update/Add
teardown
flag with valuetrue
- Commit & Push your changes to the repo
- The environment components will start destroying one by one (monitor progress on the CloudKnit UI)
Remove Environment Config from repo¶
- Delete the Environment config (yaml, tfvars, tf files etc)
- Commit & Push changes to the repo
- The environment components will start destroying one by one (monitor progress on the CloudKnit UI)