graph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="deepskyblue2" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "colab-enterprise" -- "colab-enterprise" [label=" 12 ", penwidth="10", color="#a0a0a0FF"]; "sql-scripts" -- "colab-enterprise" [label=" 7 ", penwidth="5", color="#00688bA5"]; "terraform-modules" -- "colab-enterprise" [label=" 3 ", penwidth="2", color="#00688b70"]; "terraform-modules" -- "sql-scripts" [label=" 3 ", penwidth="2", color="#00688b70"]; "ROOT" -- "colab-enterprise" [label=" 2 ", penwidth="1", color="#00688b5E"]; "sql-scripts" -- "ROOT" [label=" 2 ", penwidth="1", color="#00688b5E"]; "terraform-modules" -- "ROOT" [label=" 2 ", penwidth="1", color="#00688b5E"]; "terraform-modules" -- "terraform-modules" [label=" 1 ", penwidth="1", color="#a0a0a04C"]; "terraform" -- "terraform-modules" [label=" 1 ", penwidth="1", color="#00688b4C"]; "terraform" -- "colab-enterprise" [label=" 1 ", penwidth="1", color="#00688b4C"]; "sql-scripts" -- "sql-scripts" [label=" 1 ", penwidth="1", color="#a0a0a04C"]; "terraform" -- "sql-scripts" [label=" 1 ", penwidth="1", color="#00688b4C"]; "terraform" -- "terraform" [label=" 1 ", penwidth="1", color="#a0a0a04C"]; "terraform" -- "ROOT" [label=" 1 ", penwidth="1", color="#00688b4C"]; "ROOT" -- "ROOT" [label=" 1 ", penwidth="1", color="#a0a0a04C"]; }