You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
🐛 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.