formatter

Since v0.10.0

The following options are supported out of the box by terraform-docs and can be used for FORMATTER_NAME:

Options

Available options with their default values.

formatter: ""

Examples

Format as Markdown table:

formatter: "markdown table"

Format as Markdown document:

formatter: "md doc"

Format as AsciiDoc document:

formatter: "asciidoc document"

Format as tfdocs-format-myplugin:

formatter: "myplugin"

Edit on GitHub