docs: consolidate warnings are enabled by default (#3064)

Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
This commit is contained in:
Diógenes Fernandes
2025-07-23 17:35:59 -03:00
committed by GitHub
parent 5e4924a8b2
commit e718044193
3 changed files with 48 additions and 48 deletions

View File

@@ -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.

View File

@@ -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.