Should you include .terraform.lock.hcl in .gitignore?
One question that I had in my mind when I first build my IaC(Infrastructure as Code) with Terraform was, what all needs to be included in the .gitignore, especially the .terraform.lock.hcl. So here is the quick answer: Yes, you should commit the .te......