* Tested and added support for `terraform` 0.12.2 and 0.12.3
1.0.6
* Improved 'contains' and 'regex' matching steps.
1.0.5
* Added basic heredoc support for json strings. ([90](https://github.com/eerkunt/terraform-compliance/issues/90)) * Added encryption property for (at rest) aws_emr_security_configuration
1.0.4
* Added exception handlings for terraform executable and converting plan. ([99](https://github.com/eerkunt/terraform-compliance/issues/99))
1.0.3
* Added S3 Public Block Access example to examples ([71](https://github.com/eerkunt/terraform-compliance/issues/71))
1.0.2
* Fixed an issue where terraform executable does not exist in PATH env variable. ([99](https://github.com/eerkunt/terraform-compliance/issues/99)) * Added "-t" argument for passing terraform executable if one doesn't want to keep it in PATH env variable.