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!