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
iflen(ingressRules[i].CidrBlocks) !=0||len(ingressRules[i].IPv6CidrBlocks) !=0 { // don't set source security group if cidr blocks are set
598
-
continue
599
-
}
600
-
601
-
iflen(ingressRules[i].SourceSecurityGroupIDs) ==0&&len(ingressRules[i].SourceSecurityGroupRoles) ==0 { // if the rule doesn't have a source security group, use the control plane security group
iflen(rule.CidrBlocks) !=0||len(rule.IPv6CidrBlocks) !=0 { // don't set source security group if cidr blocks are set
972
+
output=append(output, rule)
973
+
continue
974
+
}
975
+
976
+
iflen(rule.SourceSecurityGroupIDs) ==0&&len(rule.SourceSecurityGroupRoles) ==0 { // if the rule doesn't have a source security group, use the control plane security group
0 commit comments