v0.10.1
- BUG FIX: When downloading remote Terraform configurations into a temp folder, Terragrunt would first delete the existing configs in that tmp folder to ensure you had the latest code. Unfortunately, it also deleted the
.tffiles in the.terraformfolder, so that you would get a "module not found" error. #126