Releases: terraform-compliance/cli
Releases · terraform-compliance/cli
1.3.13
- Fix an issue where
metadata
were checked beforevalues
on When its property does not have something (#451) - Improve exclude tag to support basix regular expressions (#448)
- Fixed an issue where exclude tag did not trigger skip_step if it emptied the stash (#448)
1.3.12
- New step: When its property metadata has something (#447)
- New step: When its property metadata has not something (#447)
1.3.11
1.3.10
1.3.9
- Fixed an issue where incorrect
ref_type
format were breaking during parsing. (#444) - Fixed an issue where
\x08
character was breaking JUnit XML conversion during providerversion_constraint
checks. (#432) - Fixed an issue where the omission of
after_unknown values
were breaking the Given step resource that supports. (#445) - Fixed an issue where parsing the terraform file threw
list out of range
error. (#428)
1.3.8
1.3.7
- Fixed When it has something steps for
provider
s. (#371) - Fixed Then it must contain something steps for
provider
s. (#371) - Moved from Travis CI to Github Actions