Support for new AWS resources aws_vpc_security_group_ingress_rule
and aws_vpc_security_group_egress_rule
#1636
Labels
kind/enhancement
New feature or improvement
Description
Hi,
The AWS provider has released newer, consistent resources for managing security group rules:
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_ingress_rule
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/vpc_security_group_egress_rule
These objects are better at being 1:1 to how AWS manages security group rules, with some benefits being:
I would assume these new objects would simplify the drift detection code for security group rules in driftctl since they are more straightforward to associate with the corresponding AWS resources. It would be greatly helpful if support could be added in driftctl!
The text was updated successfully, but these errors were encountered: