module Kitchen::Terraform::ConfigAttribute::FailFast

This attribute toggles fail fast behaviour when verifying systems.

If fail fast behaviour is enabled then Kitchen will halt on the first error raised by a system during verification; else errors raised by systems will be queued until all systems have attempted verification.

Type

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

Required

False

Default

true

Example

fail_fast: false