-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Control plane security group always whitelist worker security group and revert #186 #631
Control plane security group always whitelist worker security group and revert #186 #631
Conversation
Need some explanation? or? |
Actually, this is a breaking change as you are removing some vars. So also please write details under |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK nice. Great to remove 2 variables 🚀
… group and revert terraform-aws-modules#186 (terraform-aws-modules#631)" This reverts commit b7ffc1b
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. |
PR o'clock
Description
aws_security_group_rule.cluster_https_worker_ingress
intended to whitelist port 443 for newly created security group or self attach security group from worker's security group. Self attach control plane security group will not able to whitelist worker security group before it get created therefore additional step will required.2.1 Remove
cluster_create_security_group
andworker_create_security_group
to improve consistency. There is no guarantee/enforcement when you setcluster_create_security_group
orworker_create_security_group
tofalse
, user will also providecluster_security_group_id
orworker_security_group_id
.Checklist