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

@@ -360,21 +360,21 @@ Options:
accompanied by errors, show them in a more compact
form that includes only the summary messages.
-consolidate-warnings If OpenTofu produces any warnings, no consolidation
-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, no consolidation
will be performed. All locations, for all errors
will be listed. Disabled by default
will be listed. Disabled by default.
-destroy Destroy OpenTofu-managed infrastructure.
The command "tofu destroy" is a convenience alias
for this option.
-lock=false Don't hold a state lock during the operation. This is
dangerous if others might concurrently run commands
against the same workspace.
-lock=false Don't hold a state lock during the operation.
This is dangerous if others might concurrently
run commands against the same workspace.
-lock-timeout=0s Duration to retry a state lock.

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.