Add removing `.terraform.lock.hcl` with `atmos terraform clean` @nitrocode (#42)
what
- Add removing
.terraform.lock.hcl
withatmos terraform clean
why
- This prevents
terraform-docs
from picking up local provider versions (changesn/a
to hard coded values in.terraform.lock.hcl
) and conflicting with the pre commit hook which then reverts the local changes (changes hard coded values ton/a
)
references
- N/A