Loading...
Loading...
When Terraform is downloading providers it creates temporary files in `C:\Users\xxx\AppData\Local\Temp` such as `terraform-provider127643403`. These files are never cleaned up by terraform and can eventually use up all available disk space if ran inside of a CI/CD process, which does not cache providers (see this [example](https://github.com/OctopusDeploy/Issues/issues/6767#issuecomment-781280807)) ### Terraform Version ``` Terraform v0.15.0 on windows_amd64 ``` ### Terraform Configuration Files ``` provider "aws" { region = "us-east-2" } ``` ### Expected Behavior Temporary files should be cleaned up after they are no longer needed. ### Steps to Reproduce * Use the configuration file provided above. * Call `terraform init` * Delete folder `.terraform` and `.terraform.lock.hcl` file * Repeat Notice that temporary files in `C:\Users\xxx\AppData\Local\Temp` are created, but never deleted.
Click on a version to see all relevant bugs
Terraform Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.