module Kitchen::Terraform::ConfigAttribute::Color
This attribute toggles colored output from systems invoked by the plugin.
- Type
- Required
-
False
- Default
-
If a {en.wikipedia.org/wiki/Terminal_emulator terminal emulator} is associated with the Test
Kitchen
process thentrue
; elsefalse
. - 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.