github cloudposse/terraform-aws-security-group 1.0.1
v1.0.1

latest releases: 2.2.0, v2, 2.1.0...
2 years ago

🐛 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

Don't miss a new terraform-aws-security-group release

NewReleases is sending notifications on new releases.