Skip to content

Commit 53b45ef

Browse files
authored
[aws][fix] Turn off access edge collection (#2248)
1 parent a42fa7e commit 53b45ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/aws/fix_plugin_aws/collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def get_last_run() -> Optional[datetime]:
262262
log.warning(f"Unexpected node type {node} in graph")
263263
raise Exception("Only AWS resources expected")
264264

265-
access_edge_collection_enabled = True
265+
access_edge_collection_enabled = False
266266
if access_edge_collection_enabled and global_builder.config.collect_access_edges:
267267
# add access edges
268268
log.info(f"[Aws:{self.account.id}] Create access edges.")

0 commit comments

Comments
 (0)