Releases: terraform-compliance/cli
Releases · terraform-compliance/cli
1.1.17
1.1.16
- 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 inGIVEN
steps wheretags
can be any property. (#252)
1.1.15
- 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 likeWhen 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 likeWhen its tags does not include an entry where "some key" is "some value"
. (#228)
1.1.14
1.1.13
- Fixed a problem where
integer
andboolean
values where causing comparison problems onWhen its <key> contains <value
>. (#231) - Fixed a problem where
boolean
values where causing a problem onThen its <key> <condition> be <value>
. (#232) - Improved
When its <key> is <value>
steps forreference
usage where you can provide akey/value
check likeWhen its security_group_id reference is something
. (#234) - Improved
When its <key> is not <value>
steps forreference
usage where you can provide akey/value
check likeWhen its security_group_id reference is not something
. (#234)