-
-
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
Merge terraform_docs_replace
functionality to terraform_docs
#248
Comments
terraform_docs_replace
to terrafrom_docs
terraform_docs_replace
functionality to terrafrom_docs
terraform_docs_replace
functionality to terrafrom_docs
terraform_docs_replace
functionality to terraform_docs
If this idea is already accepted, can it have a short-term fix to mark |
Can you please document how to use terraform_docs hook to have identical behavior to terraform_docs_replace since it is now deprecated? I couldn't seem to find any documentation on this as you'd expect with a deprecation. |
Hi, sure we do. But for me, firstly need to understand what the Feel free to send your PR with this doc |
I didn't know they were from there. I will try and understand how it works with some testing on my end and submit some docs then. Slava Ukraini!!! |
This is how I did replicate the functionality of Add formatter: "markdown"
output:
file: "README.md"
mode: replace
template: |-
{{ .Content }}
{{/** End of file fixer */}}
Update the hook version repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.76.0
hooks:
- id: terraform_docs
args:
- --args=--config=.terraform-docs.yml Other versions |
@carlosjgp Amazing! Would you like to make PR? If not - I'll create it |
This issue has been resolved in version 1.76.1 🎉 |
What problem are you facing?
It's mostly the same hooks, that need to be maintained separately.
How could pre-commit-terraform help solve your problem?
Decrease maintainability flow, like this #177
The text was updated successfully, but these errors were encountered: