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

feat: allow predefined security groups #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scmeli
Copy link

@scmeli scmeli commented Mar 6, 2023

Add variables to allow for preexisting security groups to be assigned to the server and cluster nodes. Useful for environments where the creation of security groups is prohibited by governance policies.

@aleiner
Copy link
Contributor

aleiner commented Mar 31, 2023

@scmeli - I took a look at this PR, and it seems that it will not be backwards compatible for anybody that has an existing cluster. In my test environment, Terraform wanted to remove my existing cluster in order to implement these changes. Is that something you were aware of? This appears to be cause by your removal of resource "aws_security_group" "this" {, which I'm not sure if that was intentional.

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

Successfully merging this pull request may close these issues.

None yet

2 participants