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