v2.2.0
·
11 commits
to main
since this release
fix: Custom Security Group Map @milldr (#71)
## what Added `type` to the `aws_security_group_rule. custom_sg_rules` resource mapwhy
- 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.