-
-
Notifications
You must be signed in to change notification settings - Fork 582
Support for tfupdate #328
Copy link
Copy link
Closed
Labels
estimate/2daysNeed 2 work days to be doneNeed 2 work days to be donefeatureNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
estimate/2daysNeed 2 work days to be doneNeed 2 work days to be donefeatureNew feature or requestNew feature or request
Integrate tfupdate
Run https://github.com/minamijoyo/tfupdate/ on commit to pin the version of terraform and providers.
That will allow users to pin versions without efforts, at least for terraform itself and the providers.
How could pre-commit-terraform help solve your problem?
I have a simple PR : minamijoyo/tfupdate#63 but could rewrite it to be a bit more dynamic, ie detects the provider and update, overall it does the job.
If you are interested I can apply it to this repo.