Releases: terraform-compliance/cli
Releases · terraform-compliance/cli
1.0.57
- Fixed a problem about encoding where
terraform-compliance
crashes on HCL files with UTF-8 content. (#183)
1.0.56
- Removed
SKIPPED
lines if dotter
formatter is used. (--formatter dotter
) (#180)
1.0.55
- 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
- Fixed a problem on providers discovery where some providers have alias, some doesn't. (#173)
1.0.53
- 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
- Fixed a problem where resource mounting were causing a issues on
resources that support tags
. (#168)
1.0.51
- Fixed a problem where multiple resources were reported even some not failed. #153
1.0.50
- 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 provider
s. (#158)
1.0.48
- Fixed a problem where some resources can not be detected (or removed resources were still detected) due to plan changes. (#152)
1.0.47
- This release includes several optimisations on CI/CD pipeline and the general build structure of the project.
- Using new version of Colorful dependency.