# README
terraform-docs Plugin SDK
terraform-docs plugin SDK for building custom formatters.
Usage
Please refer to tfdocs-format-template for an example implementation of a formatter plugin with this SDK.
# Packages
Package plugin contains the implementations needed to make the built binary act as a plugin.
Package print provides a specific definition of a printer Engine.
Package template provides templating functionality.
Package terraform is the representation of a Terraform Module.
No description provided by the author