We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems no instructions / directions are documented for pre commit hooks.
The text was updated successfully, but these errors were encountered:
The Submitting a Merge Request section is clear (Installing terraform-docs & tflint is quite easy).
terraform-docs
tflint
The pre-commit run --all-files is simple to use to check manually before or after some bug/feature fix.
pre-commit run --all-files
Perhaps one attention about Terraform docs phase, it changes Markdown content adding many links like (Sample from git diff):
Terraform docs
git diff
## Modules | Name | Source | Version | |------|--------|---------| -| runner_binaries | ./modules/runner-binaries-syncer | | -| runners | ./modules/runners | | -| ssm | ./modules/ssm | | -| webhook | ./modules/webhook | | +| <a name="module_runner_binaries"></a> [runner\_binaries](#module\_runner\_binaries) | ./modules/runner-binaries-syncer | n/a | +| <a name="module_runners"></a> [runners](#module\_runners) | ./modules/runners | n/a | +| <a name="module_ssm"></a> [ssm](#module\_ssm) | ./modules/ssm | n/a | +| <a name="module_webhook"></a> [webhook](#module\_webhook) | ./modules/webhook | n/a |
I don't know if it is really wanted, perhaps depends of terraform-docs version (v0.15.0 is used).
v0.15.0
Sorry, something went wrong.
Instructions are available
No branches or pull requests
Seems no instructions / directions are documented for pre commit hooks.
The text was updated successfully, but these errors were encountered: