diff --git a/website/docs/cli/commands/plan.mdx b/website/docs/cli/commands/plan.mdx index 89faa4ef2c..ae4fe7b9db 100644 --- a/website/docs/cli/commands/plan.mdx +++ b/website/docs/cli/commands/plan.mdx @@ -303,6 +303,9 @@ The available options are: * `-no-color` - Disables terminal formatting sequences in the output. Use this if you are running OpenTofu in a context where its output will be rendered by a system that cannot interpret terminal formatting. + +* `-concise` - Displays plan output in a concise way. It skips showing the + refreshing log lines. * `-out=FILENAME` - Writes the generated plan to the given filename in an opaque file format that you can later pass to `tofu apply` to execute