Understanding Terraform Lock and State Files
What is .terraform.lock.hcl?
The .terraform.lock.hcl file, is a dependency lock file that tracks the exact versions of provider plugins used in your Terraform configuration. Written in HashiCorp Configuration Language (HCL), this file ensures consist...
rohit1101.hashnode.dev3 min read