From 46b73fbd8601a93ef85f603e70d2b6d1a132da7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Fri, 24 Sep 2021 23:33:08 +0000 Subject: [PATCH] rename UP achine --- docs/Various/Infra.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Various/Infra.md b/docs/Various/Infra.md index 653f9c3..cd6a054 100644 --- a/docs/Various/Infra.md +++ b/docs/Various/Infra.md @@ -17,12 +17,12 @@ flowchart TD DNS[dns.benpro.fr] --> EC2[AWS EC2\nJapan] EC2 --> INTERNET - UP[up.benpro.fr] --> ORACLE[Oracle OCI\nJapan] + UPTIME[uptime.benpro.fr] --> ORACLE[Oracle OCI\nJapan] ORACLE --> INTERNET PYINFRA[pyinfra] --> |Infrastructure as code| DNS PYINFRA --> |Infrastructure as code| LXD - PYINFRA --> |Infrastructure as code| UP + PYINFRA --> |Infrastructure as code| UPTIME YOU[Curious visitor] --> INTERNET ```