Skip to content

Commit f34a4db

Browse files
author
Erik Steringer
committed
fix example script
1 parent 36a7b4e commit f34a4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/graph_from_cf_template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def main():
144144
edges = iam_edges.generate_edges_locally(nodes) + sts_edges.generate_edges_locally(nodes)
145145

146146
# Create our graph and finish
147-
graph = Graph(nodes, edges, policies, groups, metadata)
147+
graph = Graph(nodes, edges, policies, groups, '000000000000', 'aws', metadata)
148148
graph_actions.print_graph_data(graph)
149149

150150

0 commit comments

Comments
 (0)