As explained in [Terraform documentation](https://developer.hashicorp.com/terraform/language/files/dependency-lock#lock-file-location), _you should include the `.terraform.lock.hcl` file in your version control repository_.
This will guarantee the Terraform template is using exactly the same dependencies version as you are using in your local development environment.