terraform-aws-modules / terraform-aws-rds-aurora

Terraform module to create AWS RDS Aurora resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/rds-aurora/aws
Apache License 2.0
385 stars 566 forks source link

Allow for Managed Prefix Lists in the security group #343

Closed asalvo-fsisac closed 1 year ago

asalvo-fsisac commented 1 year ago

Is your request related to a new offering from AWS?

This is old functionality.

Is your request related to a problem? Please describe.

It is easier to add and maintain a Prefix List that can even be shared between accounts than to manage lists of CIDRs. Cross account SG references do not work over transit gateways

Describe the solution you'd like.

Just have an allowed_prefix_lists that can create an aws_security_group_rule just as the allowed_security_groups does.

Describe alternatives you've considered.

Without this, allowed_cidr_blocks is the only option, AFAIK.

Additional context

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days

github-actions[bot] commented 1 year ago

This issue was automatically closed because of stale in 10 days

github-actions[bot] commented 1 year ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.