Releases: terraform-compliance/cli
Releases · terraform-compliance/cli
1.3.32
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.30
- Fixed a problem where a resource with None values will throw an AttributeError exception during tags processing (#567)
1.3.29
- 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
- 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
- Added support for ambiguous resources that is being generated by terraform provider bugs with no "values"
1.3.26
- 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
- Fixed a problem where some of the resource mounting on iterated resources was failing if they were in iterated modules.
1.3.24
- Fixed a problem where some sources with
count
was not mounted properly (#514)
1.3.23
- Added module calls' source to metadata. (#456)