From 03b0f9b8a19a61d15d976b57f6af97dbcf5081e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Sat, 11 Sep 2021 09:39:22 +0000 Subject: [PATCH] Add up.benpro.fr --- docs/Various/Infra.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Various/Infra.md b/docs/Various/Infra.md index 39316e5..4de3dab 100644 --- a/docs/Various/Infra.md +++ b/docs/Various/Infra.md @@ -17,8 +17,12 @@ flowchart TD DNS[dns.benpro.fr] --> EC2[AWS EC2\nJapan] EC2 --> INTERNET + UP[up.benpro.fr] --> ORACLE[Oracle OCI\nJapan] + ORACLE --> INTERNET + PYINFRA[pyinfra] --> |Infrastructure as code| DNS - PYINFRA[pyinfra] --> |Infrastructure as code| LXD + PYINFRA --> |Infrastructure as code| LXD + PYINFRA --> |Infrastructure as code| UP YOU[Curious visitor] --> INTERNET ```