-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add providers lock
Command
#203
Add providers lock
Command
#203
Conversation
Adds feature requested in hashicorp#201. This allows programatic generation of `.terraform.lock.hcl` files via this library
@radeksimko this is a follow up to #201 that i've finally gotten a chance to work on. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR.
Aside from my in-line comments it looks good!
This command was added in 0.14 so it should helpfully error out if used with a version before that. Also cleaned up some godoc comments per PR feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
Adds feature requested in #201. This allows programatic generation of
.terraform.lock.hcl
files via this libary.