@@ -31,17 +31,17 @@ terraform-docs markdown document [PATH] [flags]
3131 --escape escape special characters (default true)
3232 --footer-from string relative path of a file to read footer from (default "")
3333 --header-from string relative path of a file to read header from (default "main.tf")
34- --hide strings hide section [data-sources, footer, header, inputs, modules, outputs, providers, requirements, resources]
34+ --hide strings hide section [all, data-sources, footer, header, inputs, modules, outputs, providers, requirements, resources]
3535 --html use HTML tags in genereted output (default true)
3636 --indent int indention level of Markdown sections [1, 2, 3, 4, 5] (default 2)
37- --output-file string File path to insert output into (default "")
38- --output-mode string Output to file method [inject, replace] (default "inject")
39- --output-template string Output template (default "<!-- BEGIN_TF_DOCS -->\n{{ .Content }}\n<!-- END_TF_DOCS -->")
37+ --output-file string file path to insert output into (default "")
38+ --output-mode string output to file method [inject, replace] (default "inject")
39+ --output-template string output template (default "<!-- BEGIN_TF_DOCS -->\n{{ .Content }}\n<!-- END_TF_DOCS -->")
4040 --output-values inject output values into outputs (default false)
4141 --output-values-from string inject output values from file into outputs (default "")
4242 --required show Required column or section (default true)
4343 --sensitive show Sensitive column or section (default true)
44- --show strings show section [data-sources, footer, header, inputs, modules, outputs, providers, requirements, resources]
44+ --show strings show section [all, data-sources, footer, header, inputs, modules, outputs, providers, requirements, resources]
4545 --sort sort items (default true)
4646 --sort-by string sort items by criteria [name, required, type] (default "name")
4747 --type show Type column or section (default true)
0 commit comments