Skip to content

Commit e0ea9a2

Browse files
committed
add to resources table
Signed-off-by: Alex Chantavy <alex@subimage.io>
1 parent 460a5dc commit e0ea9a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cartography/intel/aws/resources.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
from .ec2.vpc import sync_vpc
4646
from .ec2.vpc_peerings import sync_vpc_peerings
4747
from .iam_instance_profiles import sync_iam_instance_profiles
48+
from cartography.intel.aws.ec2.route_tables import sync_route_tables
4849

4950
RESOURCE_FUNCTIONS: Dict[str, Callable[..., None]] = {
5051
'iam': iam.sync,
@@ -62,6 +63,7 @@
6263
'ec2:load_balancer_v2': sync_load_balancer_v2s,
6364
'ec2:network_acls': sync_network_acls,
6465
'ec2:network_interface': sync_network_interfaces,
66+
'ec2:route_table': sync_route_tables,
6567
'ec2:security_group': sync_ec2_security_groupinfo,
6668
'ec2:subnet': sync_subnets,
6769
'ec2:tgw': sync_transit_gateways,

0 commit comments

Comments
 (0)