C4W4 capstone1 no space left on device when terraform init

When I terraform init in step 4.1.6, I get no space left on device:

I think this is setup issue. Please help.
Thank you
DS

Hello @Dennis_Sinitsky
I was not able to reproduce the issue. Had you run terraform init with another terraform configuration once before? As I can see, you have used rm -rf .terraform before running the terraform init, and this may have caused some issues. Can you please try again without the extra command? If the issue persists, please run df -h --total and share the results.

On the second pass it worked. I tried to do some things that were marked as “if something does not work do it” before, but on the second pass I did not do those actions and it went smoothly.
Sorry for trouble.

I have the same problem, here is my df

abc@3cace95a9280:~/workspace/terraform$ df -h --total
Filesystem Size Used Avail Use% Mounted on
overlay 8.0G 7.9G 124M 99% /
tmpfs 64M 0 64M 0% /dev
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
shm 64M 0 64M 0% /dev/shm
/dev/nvme0n1p1 8.0G 7.9G 124M 99% /config/workspace
tmpfs 3.9G 0 3.9G 0% /proc/acpi
tmpfs 3.9G 0 3.9G 0% /sys/firmware
total 28G 16G 12G 57% -

also, i followed the suggested steps to restart the VSCode UI if that’s helpful

Hello @abstractedmainframe
This is strange; 99% of the available memory on your instance has been used up. Have you done anything out of the instructions from the lab that might have used up the memory on the server? Please, let us know if the issue persists on your next try with the lab.

Like the OP I have only followed the instructions to restart VScode UI. I waited for the Vocareum instance to self destroy and after deploying a new one (without restarting VScode again) the problem was gone. I now have a different permission problem though and I’m waiting for the tech team to refresh the lab, but that’s a different story…