added an extra space tip

This commit is contained in:
Ric Harvey 2024-04-17 14:07:15 +01:00
parent 717562888e
commit c4e362c45e
Signed by: ric
GPG key ID: 7FDEB4C0C7D5CB61

View file

@ -28,7 +28,7 @@ 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)