Files
terraform-docs/docs/developer-guide/plugins.md
Khosrow Moossavi f33826c5df Cleanup documentations
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
2021-09-13 18:07:57 -04:00

666 B

title, description, menu, weight, toc
title description menu weight toc
Plugins terraform-docs plugin development guide
docs
parent
developer-guide
310 false

If you want to add or change formatter, you need to write plugins. When changing plugins, refer to the repository of each plugin and refer to how to build and install.

If you want to create a new plugin, please refer to tfdocs-format-template. The plugin can use plugin-sdk to communicate with the host process. You can create a new repository from Use this template.