Skip to content

v1.0.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 11 May 18:11
cad3268

馃悰 Bug Fixes

Handle `self = false`, add warning about `compact` and `sort` @Nuru (#33)

what

  • Handle self = false
  • Add warning about compact and sort

why

  • Setting self = false in a rule (meaning the rule does not apply to the security group it is being associated with) was causing an empty rule to be created and/or causing conflicts with other rule elements. Now it works like self = null works.
  • Explain some causes of the dreaded "Invalid for_each argument" error and what to do to fix it.

references