Skip to content

Instantly share code, notes, and snippets.

@alanplatt
Created June 29, 2023 12:22
Show Gist options
  • Save alanplatt/df93affde380610e1e3b4cbe05a00611 to your computer and use it in GitHub Desktop.
Save alanplatt/df93affde380610e1e3b4cbe05a00611 to your computer and use it in GitHub Desktop.
terraform-docs config
---
formatter: "markdown table"
version: ">= 0.13"
header-from: "README.header.md"
content: ""
output:
file: ""
mode: inject
template: |-
<!-- BEGIN_TF_DOCS -->
{{ .Content }}
<!-- END_TF_DOCS -->
output-values:
enabled: false
from: ""
sort:
enabled: true
by: required
settings:
anchor: true
color: true
default: true
description: true
escape: true
hide-empty: true
html: true
indent: 2
lockfile: true
read-comments: true
required: true
sensitive: true
type: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment