package
0.6.0
Repository: https://github.com/damaya/terraform-docs.git
Documentation: pkg.go.dev

# Functions

Create creates a new document from a map of filenames to *ast.Files.
CreateFromPaths creates a new document from a list of file or directory paths.
SortInputsByName sorts a list of inputs by name.
SortInputsByRequired sorts a list of inputs by whether they are required.
SortOutputsByName sorts a list of outputs by name.
TestDoc creates a *Doc from a Terraform module.
TestDocFromFile creates a *Doc from a Terraform file.

# Structs

Doc represents a Terraform module.
Input represents a Terraform input.
Output represents a Terraform output.
Value represents a Terraform value.