Categorygithub.com/terraform-docs/plugin-sdk

# README

terraform-docs Plugin SDK

Build Status GoDoc Go Report Card Codecov Report License

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