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 ```