Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility for adding several security groups #19

Open
tomasbackman opened this issue Dec 14, 2020 · 0 comments
Open

Add possibility for adding several security groups #19

tomasbackman opened this issue Dec 14, 2020 · 0 comments

Comments

@tomasbackman
Copy link
Contributor

Describe the Feature

Currently there is no way to have several security groups on the created cluster.
I would like to be able to add extra security groups, not only as rules in the main security group but as separate rules.

Expected Behavior

The resource for security group can take a list, so the current only security group that is added to the cluster should bascially be made into a merged list of that and an input list variable with more ids).

So solution is an optional list variable with security groups, so that the resource can be setup/modified both with and without those extra groups.

Use Case

For example Glue requires that both the job and the database have the same security group (that have ALL traffic open attached to both). So more security groups need to be added. Now we have to add manually, and they get removed with each terraform apply and need to be readded, quite annoying..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant