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
The "default" module security group is being created even if the parameter security_group_ids is empty. From what I saw, this SG will be made if these security_group_ids are filled with the allowed SGs to inbound.
For reference, in the line 193 only creates the SG with the ingress rules if security_group_ids is filled. But the same is not happening with the "egress" rules.
Describe the Bug
The "default" module security group is being created even if the parameter
security_group_ids
is empty. From what I saw, this SG will be made if thesesecurity_group_ids
are filled with the allowed SGs to inbound.For reference, in the line 193 only creates the SG with the ingress rules if
security_group_ids
is filled. But the same is not happening with the "egress" rules.In the end I have a SG with no inbounds
and a single outbound
Expected Behavior
If
security_group_ids
is empty, no Security Groups must be created.Steps to Reproduce
Create an instance without (or empty list) the
security_group_ids
parameter and with the parameterassociate_security_group_ids
filled.Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: