Skip to content

Releases: terraform-compliance/cli

1.0.57

15 Nov 17:39
02be1d2
Compare
Choose a tag to compare
  • Fixed a problem about encoding where terraform-compliance crashes on HCL files with UTF-8 content. (#183)

1.0.56

12 Nov 09:47
3818201
Compare
Choose a tag to compare
  • Removed SKIPPED lines if dotter formatter is used. (--formatter dotter) (#180)

1.0.55

05 Nov 13:02
e21d574
Compare
Choose a tag to compare
  • Fixed a problem where filtering steps were failing on properly performing if the data is a list of dict of lists. E.g. aws_iam_policy with multiple heredoc policy statements. (#177)
  • Added integration tests into the build pipeline for allowing end-to-end tests.

1.0.54

30 Oct 16:42
51fe5a8
Compare
Choose a tag to compare
  • Fixed a problem on providers discovery where some providers have alias, some doesn't. (#173)

1.0.53

30 Oct 12:26
214ca64
Compare
Choose a tag to compare
  • Fixed a problem where resource names were reported wrong in some failures. (#171)
  • Fixed a problem where in some cases teraform-compliance where giving AttributeError: 'NoneType' object has no attribute 'get' exception. (#172)
  • Supporting multiple provider or providers aliases. (#173)
  • Filtering steps are now performing case insensitive matching.
  • Improved error messaged on steps doing math operations.

1.0.52

29 Oct 15:09
cbdbcdc
Compare
Choose a tag to compare
  • Fixed a problem where resource mounting were causing a issues on resources that support tags. (#168)

1.0.51

17 Sep 15:31
462d962
Compare
Choose a tag to compare
  • Fixed a problem where multiple resources were reported even some not failed. #153

1.0.50

16 Sep 15:52
d0a179f
Compare
Choose a tag to compare
  • Fixed a recursion problem occurred due to pointer assignment in resource mounting. (#156)
  • Added a capability where some of the resource & property information was not shown in some tests. (#153)
  • Added a capability where we can define ALL resources in GIVEN directive. (#157)
  • Fixed a problem where must in a step does not trigger a failure for providers. (#158)

1.0.48

29 Aug 08:56
713e878
Compare
Choose a tag to compare
  • Fixed a problem where some resources can not be detected (or removed resources were still detected) due to plan changes. (#152)

1.0.47

26 Aug 11:04
b779434
Compare
Choose a tag to compare
  • This release includes several optimisations on CI/CD pipeline and the general build structure of the project.
  • Using new version of Colorful dependency.