Hello,
First, thanks for this useful project !
Can it be possible to add a custom path for README.md when using terraform_docs hook ?
This use case can appears when Terraform files are in a subfolder, but the repository only host a single module, ex:
.
├── .gitignore
├── .gitlab-ci.yml
├── .pre-commit-config.yaml
├── README.md
└── src
├── main.tf
├── outputs.tf
└── variables.tf
My different tries tends to use a dedicated README.md in the .tf files folder and reference it using a link inside the top level README.md file, but I foud the result less readable.
Thanks
Hello,
First, thanks for this useful project !
Can it be possible to add a custom path for README.md when using
terraform_docshook ?This use case can appears when Terraform files are in a subfolder, but the repository only host a single module, ex:
My different tries tends to use a dedicated
README.mdin the.tffiles folder and reference it using a link inside the top levelREADME.mdfile, but I foud the result less readable.Thanks