terraform-aws-postgresql-rds
terraform-aws-postgresql-rds copied to clipboard
Add parameterized security groups
In #14, we created an empty default security group in order to give users the flexibility to define their own firewall rules. However, it would be useful to have some base rules that allows ingress/egress traffic on the database port, which can be a user-supplied parameter. We can then continue to output the security group id for further customization at the user's discretion.