cli

a lightweight, security focused, BDD test framework against terraform.

MIT License

Stars
1.3K
Committers
44

Bot releases are hidden (Show)

cli - 1.3.11

Published by eerkunt almost 4 years ago

  • Fixed a problem on the release cycle. This version of terraform-compliance is functionally same with 1.3.10.
cli - 1.3.10

Published by eerkunt almost 4 years ago

  • Fixed an issue where ambigious references were breaking during parsing. (#446)
cli - 1.3.9

Published by eerkunt almost 4 years ago

  • 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 provider version_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)
cli - 1.3.8

Published by eerkunt almost 4 years ago

  • New tag to exclude resources from tagged scenario. (#414)
  • Addressed the problem defined in (#417) and (#410) by changing how we refer the resources
  • Added terraform 0.14.x support. (#421)
cli - 1.3.7

Published by eerkunt almost 4 years ago

cli - 1.3.7a4

Published by eerkunt almost 4 years ago

cli - 1.3.7a3

Published by eerkunt almost 4 years ago

cli - 1.3.7a2

Published by eerkunt almost 4 years ago

cli - 1.3.7a

Published by eerkunt almost 4 years ago

< Github Actions Test >

cli - 1.3.6

Published by eerkunt almost 4 years ago

cli - 1.3.5

Published by eerkunt about 4 years ago

  • Fixed a problem where using terraform-compliance with hashicorp/setup-terraform github action was causing problems due to the terraform wrapper. (#334 #336)
cli - 1.3.4

Published by eerkunt about 4 years ago

cli - 1.3.3

Published by Kudbettin about 4 years ago

  • Fixed resource_raw not getting read from the cache. (#356)
cli - 1.3.2

Published by Kudbettin about 4 years ago

cli - 1.3.1

Published by eerkunt about 4 years ago

Improved mounting references to accomodate large plan files. (#346)

cli - 1.3.0

Published by eerkunt about 4 years ago

cli - 1.2.11

Published by eerkunt about 4 years ago

Fixed an issue where When it has something formats the search value incorrectly. (#330)

cli - 1.2.10

Published by eerkunt over 4 years ago

  • Fixed Then it must contain to properly drill down and split into multiple resources if need be. (#327)
  • Fixed When it contains to accomodate singular values in a list. (#327)
cli - 1.2.9

Published by eerkunt over 4 years ago

  • Improved the code quality of live debugging. Used world.config.user_data instead of global variables. (#320)
  • Fixed a problem where some nested resource structures were not able to be get parsed properly and causing a crash. (#316)
  • Fixed a problem where curses library was not found and causing a crash. (#323)
cli - 1.2.8

Published by eerkunt over 4 years ago

  • Improved (centralized) matching and seeking functions. (#304)
  • Improved case-sensitivity tag. Generalized case-sensitivity to work on all steps, using matching changes implemented on this patch. (#304)
  • Fixed jsonification. Now jsonifies the stash on creation to prevent bugs related to jsonification. (#308)
  • New python version check for invalid Python versions. Minimum python version is set to 3.6.0 (#312)
  • New --debug/-d option (#315)
Related Projects