Skip to content

Releases: terraform-compliance/cli

1.0.33

31 Jul 14:25
b1d457a
Compare
Choose a tag to compare
  • Same like 1.0.32, but addressed another situation.

1.0.32

31 Jul 13:31
02b4a61
Compare
Choose a tag to compare
  • Fixed a problem where filtering via its {key} is {value} was failing if the filtering object consists list or dict.

1.0.31

30 Jul 13:59
07e377c
Compare
Choose a tag to compare
  • Upgraded colourful that fixes unexpected colour coding in non-interactive terminals even when --no-ansi is used. (#359 #128 #78)

1.0.30

29 Jul 16:05
2aaaf6d
Compare
Choose a tag to compare
  • its {key} is {value} filtering step now filters also properties defined within a resource.

1.0.29

24 Jul 14:03
84cb35e
Compare
Choose a tag to compare
  • Fixed a problem where some Null/None values can not be parsed by regex steps. (#132)

1.0.28

23 Jul 13:04
c1437c3
Compare
Choose a tag to compare
  • Upgraded terraform executable within the docker file from 0.12.3 to 0.12.5

1.0.27

23 Jul 10:34
73125e7
Compare
Choose a tag to compare
  • its value must not be null step is also checking for string null.
  • terraform version checks are more dynamic.
  • Fixed some of the examples.

1.0.26

23 Jul 09:43
64b1ccf
Compare
Choose a tag to compare
  • Fixed some of the examples.

1.0.25

16 Jul 22:45
Compare
Choose a tag to compare
  • Changed encryption is enabled step to {property} is enabled where {property} could be generic and templated. (#123)

1.0.24

16 Jul 21:35
Compare
Choose a tag to compare
  • Fixed a failure message where it was misleading. (follow up on #127)