Hi, this is a interesting topic. When you run terraform in fully automated CI/CD pipeline, .terraform.lock.hcl is not added to the repository. Unless you clone the repository and init terraform locally you will be able to push the .terraform.lock.hcl file to the remote repos. So, one way to achieve compatibility would be add versions constraints on providers. Do you think that if .terraform.lock.hcl is not present it could have any issue?