module Kitchen::Terraform::ConfigAttribute::Color

This attribute toggles colored output from systems invoked by the plugin.

Type

{www.yaml.org/spec/1.2/spec.html#id2803629 Boolean}

Required

False

Default

If a {en.wikipedia.org/wiki/Terminal_emulator terminal emulator} is associated with the Test Kitchen process then true; else false.

Example

color: false

Caveat

This attribute does not toggle colored output from the Test Kitchen core, though it does use the same default logic. To toggle colored output from the core, the --color and --no-color command-line flags must be used.