Last active
March 30, 2020 21:31
-
-
Save Kasama/3c71e634979e619cb9bc34dc16564bd1 to your computer and use it in GitHub Desktop.
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
services | |
├── game1 | |
│ ├── production | |
│ │ └── us-east-1 | |
│ │ ├── aws-credentials | |
│ │ └── postgres-database | |
│ └── staging | |
│ └── us-east-1 | |
│ ├── aws-credentials | |
│ └── postgres-database | |
├── service1 | |
└── […] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment