mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
simplify cleanup steps
Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov>
This commit is contained in:
@@ -44,8 +44,7 @@ Rules for use:
|
|||||||
1. Ensure that no other developer is using the environment, as there is nothing stopping changes from overwriting each other.
|
1. Ensure that no other developer is using the environment, as there is nothing stopping changes from overwriting each other.
|
||||||
1. Clean up when you are done:
|
1. Clean up when you are done:
|
||||||
- `terraform destroy` from within the `terraform/sandbox` directory will take care of the provisioned services
|
- `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 and routes shown in `cf apps` by running `cf delete APP_NAME -r`
|
||||||
- Delete the apps shown in `cf apps`
|
|
||||||
- Delete the service keys for any remaining space deployers, likely `cf dsk <space-deployer> service-account-key`
|
- Delete the service keys for any remaining space deployers, likely `cf dsk <space-deployer> service-account-key`
|
||||||
- Delete the space deployers still shown in `cf services`
|
- Delete the space deployers still shown in `cf services`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user