terraform/website/docs
Martin Atkins c06675c616 command: New -compact-warnings option
When warnings appear in isolation (not accompanied by an error) it's
reasonable to want to defer resolving them for a while because they are
not actually blocking immediate work.

However, our warning messages tend to be long by default in order to
include all of the necessary context to understand the implications of
the warning, and that can make them overwhelming when combined with other
output.

As a compromise, this adds a new CLI option -compact-warnings which is
supported for all the main operation commands and which uses a more
compact format to print out warnings as long as they aren't also
accompanied by errors.

The default remains unchanged except that the threshold for consolidating
warning messages is reduced to one so that we'll now only show one of
each distinct warning summary.

Full warning messages are always shown if there's at least one error
included in the diagnostic set too, because in that case the warning
message could contain additional context to help understand the error.
2019-12-10 11:53:14 -08:00
..
backends website: Fix example reference for remote backend (#23455) 2019-11-21 10:18:24 -08:00
commands command: New -compact-warnings option 2019-12-10 11:53:14 -08:00
configuration website/docs: Corrects function name in `cidrsubnets` function documentation (#23473) 2019-11-26 07:50:32 -05:00
configuration-0-11 website: interpolation: clean up more placeholder formatting 2019-11-18 12:32:51 -08:00
import Change wording back to attach, add for_each mention 2019-11-01 11:47:46 -04:00
internals docs/internal/resource-addressing: Omit for_each full splat example for now 2019-08-08 08:56:57 -04:00
modules website: Fix a missing word in the Module Composition page 2019-10-28 15:19:26 -07:00
plugins website: Finish moving "writing custom providers" to /docs/extend/ 2019-01-11 16:36:40 -08:00
providers add stackpath links 2019-12-05 16:29:01 -08:00
provisioners website: Fix extension_requests argument name for Puppet provisioner 2019-11-06 17:14:12 -08:00
registry website: Add Terraform Registry Provider Docs page (#23139) 2019-10-28 16:05:22 -04:00
state website: Remove reference to the now-deprecated pgp_key provider design pattern 2019-11-06 17:05:09 -08:00
cli-index.html.md website: Update URLs and name references for Terraform Cloud rebrand 2019-08-16 15:55:29 -07:00