From 036a511e12aae69cc2f9c7d3baf7db532bf39706 Mon Sep 17 00:00:00 2001 From: Steven Reilly Date: Fri, 23 Dec 2022 10:13:28 -0500 Subject: [PATCH] update sandbox teardown steps --- docs/deploying.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/deploying.md b/docs/deploying.md index 15c41afbc..079960d26 100644 --- a/docs/deploying.md +++ b/docs/deploying.md @@ -42,7 +42,12 @@ for experimenting with infrastructure changes without going through the full CI/ Rules for use: 1. Ensure that no other developer is using the environment, as there is nothing stopping changes from overwriting each other. -1. Clean up services you create when you are done. `terraform destroy` from within the `terraform/sandbox` directory should do it. +1. Clean up when you are done: + - `terraform destroy` from within the `terraform/sandbox` directory will take care of the provisioned services + - Delete the routes shown in `cf routes` + - Delete the apps shown in `cf apps` + - Delete the service keys for any remaining space deployers, likely `cf dsk service-account-key` + - Delete the space deployers still shown in `cf services` ### Deploying to the sandbox