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