security_group_report/main.py [114:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    df = df.append(
                        {
                            "Region": region,
                            "Instance Name": inst_name,
                            "Instance-ID": inst_id,
                            "SG-Name": sg_name,
                            "SG-ID": sg_id,
                            "Direction": direction,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



security_group_report/main.py [155:162]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    df = df.append(
                        {
                            "Region": region,
                            "Instance Name": inst_name,
                            "Instance-ID": inst_id,
                            "SG-Name": sg_name,
                            "SG-ID": sg_id,
                            "Direction": direction,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



