We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42fa7e commit 53b45efCopy full SHA for 53b45ef
plugins/aws/fix_plugin_aws/collector.py
@@ -262,7 +262,7 @@ def get_last_run() -> Optional[datetime]:
262
log.warning(f"Unexpected node type {node} in graph")
263
raise Exception("Only AWS resources expected")
264
265
- access_edge_collection_enabled = True
+ access_edge_collection_enabled = False
266
if access_edge_collection_enabled and global_builder.config.collect_access_edges:
267
# add access edges
268
log.info(f"[Aws:{self.account.id}] Create access edges.")
0 commit comments