Terraform Compliance Versions Save

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

1.3.31

2 years ago

1.3.30

2 years ago
  • Fixed a problem where a resource with None values will throw an AttributeError exception during tags processing (#567)

1.3.29

2 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)

1.3.28

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

1.3.27

2 years ago
  • Added support for ambiguous resources that is being generated by terraform provider bugs with no "values"

1.3.26

2 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)

1.3.25

2 years ago
  • Fixed a problem where some of the resource mounting on iterated resources was failing if they were in iterated modules.

1.3.24

2 years ago
  • Fixed a problem where some sources with count was not mounted properly (#514)

1.3.23

2 years ago
  • Added module calls' source to metadata. (#456)

1.3.22

2 years ago
  • Fixed a problem where some resources/modules was not properly processed due to null value.