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

Revert #631. Add back manage security group flag #722

Merged
merged 6 commits into from
Feb 27, 2020

Conversation

ryanooi
Copy link
Contributor

@ryanooi ryanooi commented Jan 30, 2020

PR o'clock

Description

Revert #631
Fix #675

Checklist

@russki
Copy link
Contributor

russki commented Jan 31, 2020

yes please ❤️this makes it possible to provide network access lists to private endpoints again

@barryib
Copy link
Member

barryib commented Feb 11, 2020

@rayanooi I'm going to test this to boostrap a fresh new cluster this week.

@russki
Copy link
Contributor

russki commented Feb 18, 2020

@barryib how did the test go?

@dfredell
Copy link

dfredell commented Feb 18, 2020

I ran into this issue two weeks ago and found a workaround by using @ryanooi 's branch via
source = "github.com/ryanooi/terraform-aws-eks?ref=857a8dec23884e5c9a16fd7dec7e04b627652784"
in my module elk terraform.

Today I had spun up two clusters from a blank slate with the master branch of ryanooi/terraform-aws-eks successfully.

I did have to have to add cluster_create_security_group

  cluster_security_group_id       = aws_security_group.cluster[0].id
  cluster_create_security_group   = false

@pab1it0
Copy link

pab1it0 commented Feb 24, 2020

Got the same issue while creating my own worker security group. @ryanooi's master branch with:

worker_security_group_id     = aws_security_group.worker_node_sg.id
worker_create_security_group = false

Seems to works

Copy link
Contributor

@max-rocket-internet max-rocket-internet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ryanooi 💜

@max-rocket-internet max-rocket-internet merged commit f2cc9f5 into terraform-aws-modules:master Feb 27, 2020
@github-actions
Copy link

I'm going to lock this pull request 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 related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Terrorm Plan Fails for v8.0.0
6 participants