Dependency Lock File (.terraform.lock.hcl) - Configuration Language | Terraform | Hashi... - 0 views
-
Version constraints within the configuration itself determine which versions of dependencies are potentially compatible, but after selecting a specific version of each dependency Terraform remembers the decisions it made in a dependency lock file
-
At present, the dependency lock file tracks only provider dependencies.
-
Terraform does not remember version selections for remote modules, and so Terraform will always select the newest available module version that meets the specified version constraints.
- ...14 more annotations...