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.31

Published by eerkunt almost 3 years ago

cli - 1.3.30

Published by eerkunt about 3 years ago

  • Fixed a problem where a resource with None values will throw an AttributeError exception during tags processing (#567)
cli - 1.3.29

Published by eerkunt about 3 years ago

  • Added a new step: Then it must not cover (docs #562)
  • Added a new step: Then it must not be in (docs #562)
cli - 1.3.28

Published by eerkunt about 3 years ago

  • Added more support for ambiguous resources without having any "values" (#554)
  • Fixed a problem where outputs referred within a module coming from other module fails.
cli - 1.3.27

Published by eerkunt about 3 years ago

  • Added support for ambiguous resources that is being generated by terraform provider bugs with no "values"
cli - 1.3.26

Published by eerkunt about 3 years ago

  • Fixed a problem where a resource parameter passed as a variable to a module that is being used as a parameter for another resource was not triggering resource mounting. (#386)
cli - 1.3.25

Published by eerkunt about 3 years ago

  • Fixed a problem where some of the resource mounting on iterated resources was failing if they were in iterated modules.
cli - 1.3.24

Published by eerkunt about 3 years ago

  • Fixed a problem where some sources with count was not mounted properly (#514)
cli - 1.3.23

Published by eerkunt about 3 years ago

  • Added module calls' source to metadata. (#456)
cli - 1.3.22

Published by eerkunt about 3 years ago

  • Fixed a problem where some resources/modules was not properly processed due to null value.
cli - 1.3.21

Published by eerkunt over 3 years ago

  • Fixed the docker image where terraform-compliance couldnt be installed with faster_parsing option
cli - 1.3.20

Published by eerkunt over 3 years ago

  • Made orjson package installation optional. (#192 #516)
cli - 1.3.19

Published by eerkunt over 3 years ago

  • Added new format support for terraform 1.0.1+ versions.
    (Special thanks to Hashicorp Terraform team for releasing a patch version breaking backwards compatibility!)
cli - 1.3.18

Published by eerkunt over 3 years ago

Fixed a problem where terraform-compliance fails to recognise some resources on a 2+ multi-layered module structure.

cli - 1.3.17

Published by eerkunt over 3 years ago

Added support for terraform 1.0.x versions

cli - 1.3.16

Published by eerkunt over 3 years ago

cli - 1.3.15

Published by eerkunt over 3 years ago

  • Fixed an issue where exclude resources tag were breaking due to improper step_obj creation from Given 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)
cli - 1.3.14

Published by eerkunt over 3 years ago

  • Upgraded python in Docker image from 3.7.3 (stretch) to 3.7.10 (buster)
  • Enabled terraform 0.15 support.
cli - 1.3.13

Published by eerkunt over 3 years ago

cli - 1.3.12

Published by eerkunt over 3 years ago

Related Projects