added an extra space tip
This commit is contained in:
parent
717562888e
commit
c4e362c45e
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue