Releases: terraform-compliance/cli
Releases · terraform-compliance/cli
1.0.33
- Same like 1.0.32, but addressed another situation.
1.0.32
- Fixed a problem where filtering via
its {key} is {value}
was failing if the filtering object consists list or dict.
1.0.31
- Upgraded colourful that fixes unexpected colour coding in non-interactive terminals even when
--no-ansi
is used. (#359 #128 #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)
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.
1.0.26
- Fixed some of the examples.
1.0.25
- Changed
encryption is enabled
step to {property} is enabled
where {property}
could be generic and templated. (#123)
1.0.24
- Fixed a failure message where it was misleading. (follow up on #127)