* Upgraded colourful that fixes unexpected colour coding in non-interactive terminals even when `--no-ansi` is used. ([359](https://github.com/radish-bdd/radish/issues/359) [#128](https://github.com/eerkunt/terraform-compliance/issues/128) [#78](https://github.com/eerkunt/terraform-compliance/issues/78))
1.0.30
* `its {key} is {value}` filtering step now filters also properties defined within a resource.
1.0.29
* Fixed a problem where some `Null/None` values can not be parsed by regex steps. ([132](https://github.com/eerkunt/terraform-compliance/issues/132))
1.0.28
* Upgraded `terraform` executable within the docker file from `0.12.3` to `0.12.5`
1.0.27
* `its value must not be null` step is also checking for string `null`. * terraform version checks are more dynamic. * Fixed some of the examples.