Skip to content

Releases: terraform-compliance/cli

1.1.17

30 Apr 09:52
7d89a53
Compare
Choose a tag to compare
  • Fixed a problem where resources/providers starting with data was misinterpreted. (#257)

1.1.16

13 Apr 15:09
6d0f396
Compare
Choose a tag to compare
  • Enabled resource mounting/referencing for resources within modules. (#227)
  • Fixed a problem where its value must/must not be null step was not processed properly. (#247)
  • Fixed a problem where filtering steps was failed with SKIPPING due to different types (or due to type conversions) are compared. (#248)
  • Enabled Security Group related step for Security Group Rules also, it was only supporting Security Group before.
  • Improved Security group processing where a regular expression can also be used while defining CIDRs. (#216)
  • Improved resource that support tags in functionality in GIVEN steps where tags can be any property. (#252)

1.1.15

31 Mar 09:40
953ff58
Compare
Choose a tag to compare
  • Improved resource that support tags resource type where Auto-Scaling Group style tags are enabled to be processed. (#243)
  • Improved When its <key> is <value> steps for testing a dictionary property key and value like When its tags includes an entry where "some key" is "some value". (#228)
  • Improved When its <key> is not <value> steps for for testing a dictionary property key and value like When its tags does not include an entry where "some key" is "some value". (#228)

1.1.14

30 Mar 16:26
49dd6e6
Compare
Choose a tag to compare
  • Fixed a problem where count step was counting incorrectly and counting characters of strings, integers and bools. ((#242)

1.1.13

30 Mar 15:20
cc86da0
Compare
Choose a tag to compare
  • Fixed a problem where integer and boolean values where causing comparison problems on When its <key> contains <value>. (#231)
  • Fixed a problem where boolean values where causing a problem on Then its <key> <condition> be <value>. (#232)
  • Improved When its <key> is <value> steps for reference usage where you can provide a key/value check like When its security_group_id reference is something. (#234)
  • Improved When its <key> is not <value> steps for reference usage where you can provide a key/value check like When its security_group_id reference is not something. (#234)

1.1.12

04 Mar 16:25
b31583a
Compare
Choose a tag to compare

Improved When its <key> contains <value> step where <value> can have space in it. (docs) (#226)

1.1.11

04 Mar 11:07
5f00e4f
Compare
Choose a tag to compare

Fixed a problem where Then its <key> is <value> step was not searching for "exact" matches. (#225)

1.1.10

03 Mar 13:36
aa9dcf6
Compare
Choose a tag to compare
  • Fixed a problem where int, bool and float types was not properly filtered and matched.
  • Fixed a problem where filtering functions does not work properly.

1.1.9

25 Feb 10:10
a8d4582
Compare
Choose a tag to compare

Fixed a problem where a property within the terraform plan fails to get parsed if it is list of lists. (#221)

1.1.8

23 Feb 17:55
4fc58f4
Compare
Choose a tag to compare
  • Fixed a problem where tags are not recognised on Auto-Scaling Groups due to different key/pair structure within the terraform. #208