Skip to content

Commit

Permalink
Add nacl to resources list
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chantavy <[email protected]>
  • Loading branch information
achantavy committed Nov 16, 2024
1 parent 5509473 commit d889b1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cartography/intel/aws/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
from .ec2.launch_templates import sync_ec2_launch_templates
from .ec2.load_balancer_v2s import sync_load_balancer_v2s
from .ec2.load_balancers import sync_load_balancers
from .ec2.network_acls import sync_network_acls
from .ec2.network_interfaces import sync_network_interfaces
from .ec2.reserved_instances import sync_ec2_reserved_instances
from .ec2.security_groups import sync_ec2_security_groupinfo
Expand All @@ -55,6 +56,7 @@
'ec2:keypair': sync_ec2_key_pairs,
'ec2:load_balancer': sync_load_balancers,
'ec2:load_balancer_v2': sync_load_balancer_v2s,
'ec2:network_acls': sync_network_acls,
'ec2:network_interface': sync_network_interfaces,
'ec2:security_group': sync_ec2_security_groupinfo,
'ec2:subnet': sync_subnets,
Expand Down

0 comments on commit d889b1c

Please sign in to comment.