-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Allow to specify the version of terraform-docs for the hook to use #188
Comments
@bryantbiggs I just want to link this one with the PR (eg, terraform-aws-modules/terraform-aws-alb#190 ). |
Alternatively, you can directly use terraform-docs' version constraints instead of implementing the functionality in this pre-commit hook. |
Yes, this is a good option. If it would be implemented in |
In my opinion, since using |
This issue has been automatically marked as stale because it has been open 30 days |
Can be possible to implement by #418 (comment) |
Currently,
terraform_docs
(and similar) hooks will use the version ofterraform-docs
installed on the system.With each major release of the
terraform-docs
the output format changes and users need to regenerate the docs.We need to be able to pin a specific version in the hook so that we have more control over
README.md
.Proposal:
args
to define a specific version of docker image - https://terraform-docs.io/user-guide/installation/#dockerSample:
The text was updated successfully, but these errors were encountered: