You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a hook which locks versions in .terraform.lock.hcl file automatically. For example, terragrunt-providers-lock hook which runs terragrunt providers lock command for specified platforms under the hood.
Describe the solution you'd like
It would be nice to have a hook which locks versions in
.terraform.lock.hcl
file automatically. For example,terragrunt-providers-lock
hook which runsterragrunt providers lock
command for specified platforms under the hood.Describe alternatives you've considered
Write a local hook, something like:
Additional context
A similar
terraform_providers_lock
hook for Terraform is provided by pre-commit-terraform project.The text was updated successfully, but these errors were encountered: