From c4e362c45e1db59b563d82694f297eff37f0e1e2 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 17 Apr 2024 14:07:15 +0100 Subject: [PATCH] added an extra space tip --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 023053b..be1e663 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ It's recommended that you are familiar with the linux command line and bash, how ### Trouble Shooting #### No Space left on device -If you experience and issue like below on your CloudShell you'll need to delete any **unused** ```terraform.tfstate``` and ```terraform.tfstate.backup``` in previous directories. +If you experience and issue like below on your CloudShell you'll need to delete any **unused** ```terraform.tfstate``` and ```terraform.tfstate.backup``` in previous directories. You may also want to consider removing ```.terraform``` folders from each code directory as this will free up the most space. ![no space left on disk](./img/no-space.png) > [!Note] -> Make sure you have run terraform destroy before deleting on-disk state files, otherwise you'll need to manually delete resources in the AWS console to avoid charges! \ No newline at end of file +> Make sure you have run terraform destroy before deleting on-disk state files, otherwise you'll need to manually delete resources in the AWS console to avoid charges!