From ebfe784caf00181a5853b3138f2a1e489371cac0 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Thu, 25 Aug 2022 18:37:05 +0100 Subject: [PATCH] Add item to delete the terraform workspace --- .github/ISSUE_TEMPLATE/4_decommission-hub.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/4_decommission-hub.md b/.github/ISSUE_TEMPLATE/4_decommission-hub.md index 74c15a7bcc..5d9d0a4cf3 100644 --- a/.github/ISSUE_TEMPLATE/4_decommission-hub.md +++ b/.github/ISSUE_TEMPLATE/4_decommission-hub.md @@ -44,6 +44,7 @@ Usually, it is because it was a hub that we created for a workshop/conference an _This phase is only necessary for single hub clusters._ - [ ] Run `terraform plan -destroy` and `terraform apply` from the [appropriate workspace](https://infrastructure.2i2c.org/en/latest/topic/terraform.html#workspaces), to destroy the cluster +- [ ] Delete the terraform workspace: `terraform workspace delete ` - [ ] Remove the associated `config/clusters/` directory and all its contents - Remove the cluster from CI: - [ ] [`deploy-hubs.yaml`](https://github.com/2i2c-org/infrastructure/blob/HEAD/.github/workflows/deploy-hubs.yaml)