Is your request related to a new offering from AWS?
Is this functionality available in the AWS provider for Terraform? See CHANGELOG.md, too.
- No 🛑: please wait to file a request until the functionality is available in the AWS provider
- Yes ✅: please list the AWS provider version that introduced this functionality
Is your request related to a problem? Please describe.
Currently, the module utilizes the "aws_security_group_rule" resource. This resource doesn't support setting tags, which is particularly important for audits. It would be great to migrate.
Describe the solution you'd like.
Get rid of the usage aws_security_group_rule resources, use aws_vpc_security_group_egress_rule and aws_vpc_security_group_ingress_rule