From c501d3008aabd96f84520664b84cba3660ff8640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Rodrigues?= <goncalo.alfredo.rodrigues@gmail.com> Date: Thu, 9 Jun 2022 16:35:22 +0100 Subject: [PATCH] fix: update overview.md (#301) --- .github/overview.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/overview.md b/.github/overview.md index 61527b21..1417733a 100644 --- a/.github/overview.md +++ b/.github/overview.md @@ -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