From d7b889767e0afb636e725bc3f6497e0963227532 Mon Sep 17 00:00:00 2001 From: Steven Reilly Date: Fri, 23 Dec 2022 11:26:11 -0500 Subject: [PATCH] simplify to use the script for this exact purpose Co-authored-by: Ryan Ahearn --- docs/deploying.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/deploying.md b/docs/deploying.md index 264c87955..94d85af36 100644 --- a/docs/deploying.md +++ b/docs/deploying.md @@ -45,8 +45,7 @@ Rules for use: 1. Clean up when you are done: - `terraform destroy` from within the `terraform/sandbox` directory will take care of the provisioned services - Delete the apps and routes shown in `cf apps` by running `cf delete APP_NAME -r` - - Delete the service keys for any remaining space deployers, likely `cf dsk service-account-key` - - Delete the space deployers still shown in `cf services` + - Delete the space deployers still shown in `cf services` by running `terraform/destroy_service_account.sh -s notify-sandbox -u ` ### Deploying to the sandbox