cli

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

MIT License

Stars
1.3K
Committers
44

Bot releases are hidden (Show)

cli - 1.0.44

Published by eerkunt about 5 years ago

  • Fixed a problem where using "" or '' was causing a problem on property definitions within the steps.
cli - 1.0.43

Published by eerkunt about 5 years ago

  • Fixed a problem where some of the filtering values were failing due to some characters.
cli - 1.0.42

Published by eerkunt about 5 years ago

  • Fixed a problem on CI/CD pipeline
cli - 1.0.38

Published by eerkunt about 5 years ago

  • Support for its value {condition} contain {value}
cli - 1.0.37

Published by eerkunt about 5 years ago

  • Support for equal operator in I expect the result is {operator} than/to {number}
  • Support for its value {condition} be {value}
cli - 1.0.36

Published by eerkunt about 5 years ago

  • Support for any resource in I have {name} {type} configured.
  • Fixed some internals where its {key} is {value} and its {key} is not {value} might be mismatched unintentionally.
cli - 1.0.35

Published by eerkunt about 5 years ago

  • Upgraded colorful package to official version of 0.5.1 which solves the problem described in 1.0.31
  • Fixed naming conventions in the file. A new documentation with a website instead of just README is required though.
cli - 1.0.34

Published by eerkunt about 5 years ago

  • Now terraform-compliance has a logo!
cli - 1.0.33

Published by eerkunt about 5 years ago

  • Same like 1.0.32, but addressed another situation.
cli - 1.0.32

Published by eerkunt about 5 years ago

  • Fixed a problem where filtering via its {key} is {value} was failing if the filtering object consists list or dict.
cli - 1.0.31

Published by eerkunt about 5 years ago

  • Upgraded colourful that fixes unexpected colour coding in non-interactive terminals even when --no-ansi is used. (#359 #128 #78)
cli - 1.0.30

Published by eerkunt about 5 years ago

  • its {key} is {value} filtering step now filters also properties defined within a resource.
cli - 1.0.29

Published by eerkunt about 5 years ago

  • Fixed a problem where some Null/None values can not be parsed by regex steps. (#132)
cli - 1.0.28

Published by eerkunt about 5 years ago

  • Upgraded terraform executable within the docker file from 0.12.3 to 0.12.5
cli - 1.0.27

Published by eerkunt about 5 years ago

  • its value must not be null step is also checking for string null.
  • terraform version checks are more dynamic.
  • Fixed some of the examples.
cli - 1.0.26

Published by eerkunt about 5 years ago

  • Fixed some of the examples.
cli - 1.0.25

Published by eerkunt over 5 years ago

  • Changed encryption is enabled step to {property} is enabled where {property} could be generic and templated. (#123)
cli - 1.0.24

Published by eerkunt over 5 years ago

  • Fixed a failure message where it was misleading. (follow up on #127)
cli - 1.0.23

Published by eerkunt over 5 years ago

  • Fixed a bug where a resource might have multiple values (with same key). (follow up on #126)
  • Improved its value must not be null step that is also checking if the value is set to ''.
cli - 1.0.22

Published by eerkunt over 5 years ago

  • Fixed a bug where terraform-compliance crashes while reading the terraform file on terraform resources that does not have values key (#124)
  • Fixed a bug where some resources with key/value pair property causes a problem as reported in (#127)
Related Projects