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.
what
self = false
compact
andsort
why
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 likeself = null
works.references