Skip to content

v2.2.0

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 19 Sep 17:44
· 11 commits to main since this release
45fc815
fix: Custom Security Group Map @milldr (#71) ## what Added `type` to the `aws_security_group_rule. custom_sg_rules` resource map

why

  • Support security group rules of the same ports and protocol but different types
  • We can safely delete and recreate security group rules, so it's fine to rename the Terraform resource

references

.

Summary by CodeRabbit

  • Bug Fixes

    • Improved uniqueness of security group rule identifiers to prevent conflicts when multiple rules share protocol and ports but differ by type.
    • Reduces plan/apply churn and ensures correct rule mapping during updates.
  • Notes

    • You may observe a one-time state realignment (re-keying) on next plan/apply without functional changes to existing rules.