Skip to content

Commit

Permalink
fix: update overview.md (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalo-rodrigues authored Jun 9, 2022
1 parent acba233 commit c501d30
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,15 @@ The Multy Engine is a GRPC server that translates a multy infrastructure resourc
├── resources
│ ├── common
│ ├── output # cloud specific resource outputs
│ └── types # contains all translation logic for every multy resource
│ └── types # contains every multy resource type and logic to create and export/import them
│ ├── aws # contains translation logic for every aws resource
│ ├── azure # contains translation logic for every azure resource
│ └── metadata # contains metadata about every resource
├── test
│ ├── _configs # resource unit tests
│ └── e2e # end-to-end testing (deployment and test)
│ ├── deploy # unit tests for deployments
│ ├── e2e # end-to-end testing (deployment and test)
│ └── resources # unit tests for resource create / import and export
├── util
└── validate # validation errors

Expand Down

0 comments on commit c501d30

Please sign in to comment.