Which of the following is stored in the .terraform directory?
.terraform
The .terraform directory contains Terraform’s working-directory data, including downloaded providers and installed modules. The dependency lock file is stored separately as .terraform.lock.hcl.
.terraform.lock.hcl
Community Discussion