mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
585 B
585 B
title, description, menu, weight, toc
| title | description | menu | weight | toc | ||||
|---|---|---|---|---|---|---|---|---|
| CLI Flag 'false' value | How to use pass 'false' value to terraform-docs CLI flags |
|
201 | false |
Boolean flags can only take arguments via --flag=[true|false] or for short names
(if available) -f=[true|false]. You cannot use --flag [true|false] nor can you
use the shorthand -f [true|false] as it will result in the following error:
Error: accepts 1 arg(s), received 2
Example:
# disable reading .terraform.lock.hcl
$ terraform-docs markdown --lockfile=false /path/to/module