You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this set, I would expect that security group to be attached to the nodes. However, if i follow the variable in the module, I see it gets assigned to the local in node-groups.tf
I'm going to lock this issue 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 similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
When configuring a custom security group for self managed nodes, you have two variables in the root module:
With this set, I would expect that security group to be attached to the nodes. However, if i follow the variable in the module, I see it gets assigned to the local in
node-groups.tf
but that local is not used anywhere. More specifically, I would expect that it is passed in here in
vpc_security_group_ids
.Currently, to make it work I need to set the two root variables like above and also
Is this intended? I think, it would be nice if I didn't also have to set it in the
defaults
of the node groups.The text was updated successfully, but these errors were encountered: