This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph dependencies { | |
Log -> "AWS DB" | |
"AWS DB" -> "Migrations" -> Docker; | |
Log -> "Users resource access" -> Auth; | |
Docker -> "Measures resource access" -> "Measures manager"; | |
"Actuator resource access" -> "Actuator Manager"; | |
Docker -> "Customer resource access" -> "Measures manager"; | |
"Prices resource access" -> "Consumption Engine"; | |
"Customer resource access" -> "Consumption Engine"; |
OlderNewer