What is the best practise with .terraform.lock.hcl in modules … commit or not? #155
Unanswered
yasinlachiny
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Essential to keep in the repo. Until you deliberately decide to upgrade providers/versions, you want to use the same exact set in Terraform actions, regardless of where/how/when they run and who or what runs them. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it not better to keep
.terraform.lock.hcl
in our repo?For example, it could be more secure
Beta Was this translation helpful? Give feedback.
All reactions