mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
docs: consolidate warnings are enabled by default (#3064)
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5e4924a8b2
commit
e718044193
@@ -57,9 +57,9 @@ The following options change how the apply command executes and reports on the a
|
||||
at least one error and thus the warning text might be useful context for
|
||||
the errors.
|
||||
|
||||
- `-consolidate-warnings` - If OpenTofu produces any warnings, do not attempt
|
||||
to consolidate similar messages. All locations for all warnings will be
|
||||
listed.
|
||||
- `-consolidate-warnings=false` - If OpenTofu produces any warnings, no
|
||||
consolidation will be performed. All locations, for all warnings will
|
||||
be listed. Enabled by default.
|
||||
|
||||
- `-consolidate-errors` - If OpenTofu produces any errors, attempt to
|
||||
consolidate similar messages into a single item.
|
||||
|
||||
@@ -310,9 +310,9 @@ The available options are:
|
||||
at least one error and thus the warning text might be useful context for
|
||||
the errors.
|
||||
|
||||
* `-consolidate-warnings` - If OpenTofu produces any warnings, do not attempt
|
||||
to consolidate similar messages. All locations for all warnings will be
|
||||
listed.
|
||||
* `-consolidate-warnings=false` - If OpenTofu produces any warnings, no
|
||||
consolidation will be performed. All locations, for all warnings will
|
||||
be listed. Enabled by default.
|
||||
|
||||
* `-consolidate-errors` - If OpenTofu produces any errors, attempt to
|
||||
consolidate similar messages into a single item.
|
||||
|
||||
Reference in New Issue
Block a user