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. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it not better to keep
.terraform.lock.hclin our repo?For example, it could be more secure
All reactions