From 14bda35e09f618b05f821ca7df01ba5e5269d098 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 20 Jan 2021 15:12:21 +1300 Subject: [PATCH] Improved documentation. --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 9a3df3a..3e8c443 100644 --- a/README.org +++ b/README.org @@ -109,7 +109,9 @@ Coming soon... * Step 5 - Teardown cloud resources -The Google Cloud Platform resources created by this process come at a cost, so it's important we have an easy way to teardown those resources as soon as we're finished with them. +The Google Cloud Platform resources created by this process come at a cost, so it's important we have an easy way to teardown those resources as soon as we're finished with them! + +The script below will delete any projects containing ~gitlab~ in the name along with any compute instances running in those projects. Tangle the shell block below to a shell script by pressing *, b t* in emacs command mode: