Skip to content

Releases: terraform-compliance/cli

1.3.32

22 Mar 15:47
230ff6a
Compare
Choose a tag to compare

Added a new step: When its {key} is "{value}" regex (#608 #602 docs)
Added a new step: When its {key} is not "{value}" regex (#608 #602 docs)
Added a new step: When its {key} metadata has "{value}" regex (#608 #602 docs)
Added a new step: When its {key} metadata has not "{value}" regex (#608 #602 docs)
Fixed a problem that was throwing an exception IndexError: list index out of range #605

for my dad

1.3.31

09 Dec 13:52
7b1312a
Compare
Choose a tag to compare

1.3.30

18 Oct 10:40
3ab1322
Compare
Choose a tag to compare
  • Fixed a problem where a resource with None values will throw an AttributeError exception during tags processing (#567)

1.3.29

01 Oct 15:15
811d178
Compare
Choose a tag to compare
  • 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

16 Sep 09:34
1cfa58b
Compare
Choose a tag to compare
  • 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

06 Sep 12:06
f4b1f15
Compare
Choose a tag to compare
  • Added support for ambiguous resources that is being generated by terraform provider bugs with no "values"

1.3.26

25 Aug 10:14
f160416
Compare
Choose a tag to compare
  • 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

24 Aug 14:45
f614a2a
Compare
Choose a tag to compare
  • Fixed a problem where some of the resource mounting on iterated resources was failing if they were in iterated modules.

1.3.24

03 Aug 07:37
6731f97
Compare
Choose a tag to compare
  • Fixed a problem where some sources with count was not mounted properly (#514)

1.3.23

02 Aug 09:18
5101c6d
Compare
Choose a tag to compare
  • Added module calls' source to metadata. (#456)