Releases: terraform-compliance/cli
Releases · terraform-compliance/cli
1.3.22
1.3.21
1.3.20
1.3.19
1.3.18
1.3.17
1.3.16
- Added an auto-detection mechanism for terraform version while converting the plan. (#365 #273 #381 MicrosoftDocs/azure-dev-docs#396 documentation)
- Updated the hashicorp public key. (#475)
- Fixed a problem where child_modules where not parsed in the plan file. (#478)
1.3.15
- Fixed an issue where exclude resources tag were breaking due to improper
step_obj
creation fromGiven
step. (#468) - Disabled ssh host key checking for private repositories (#474)
- Fixed an issue where some complicated
plan.out.json
files were creating problems while getting parsed. Also improved performance especially on large plan files. - Improved performance around 20x while parsing JSON entities. (#460)
1.3.14
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)