From db223331869b60e79d2ddd91891c1bcc619c9adf Mon Sep 17 00:00:00 2001
From: Nathan Rodet <nrodet@grandlyon.com>
Date: Thu, 5 Jan 2023 08:58:48 +0100
Subject: [PATCH] simplified name

---
 README.md | 31 ++++++++++++-------------------
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/README.md b/README.md
index b923c92..5b15219 100644
--- a/README.md
+++ b/README.md
@@ -4,22 +4,10 @@ An Infrastructure as Code manager to deploy lab infrastructure and configure ins
 
 ### How does it work ?
 
-The FORGE (Gitlab) manage Terraform at any state, plan, creation, modification and destruction with the CI. The FORGE store and will provide the configuration information
-such as credentials to Terraform only during the running state to improve security, then information are destroyed with the container of the Gitlab Agent.
+The FORGE (Gitlab) manage the Infrastructure with Terraform at any state, plan, creation, modification and destruction with the CI. The FORGE store and will provide the configuration information
+such as credentials to Terraform only during the running state to improve security. Then, informations are destroyed with the Gitlab Agent container.
 
 On run state, Terraform will create, modify and destroy infrastructure resources in Scaleway to match the configuration described in the configuration files.
-After the resources provisionned with Terraform, Cloud-init will configure the instances by running bash scripts, creating files... And 3 services will be running for each instance :
-- Atrium (Reverse proxy, TLS encryption and HTTPS to the others hosted services)
-- Code-server
-- Webtop
-
-After deployment, each resource can be accessed though HTTPS depending their count number :
-- https://desktop-1.rust-1.daag.alpha.grandlyon.com/
-- https://code-1.rust-1.daag.alpha.grandlyon.com/
-
-User :
-- Username: abc
-- Password: <Gitlab Stored>
 
 Resources deployed :
 
@@ -31,13 +19,18 @@ Resources deployed :
 | scaleway_instance_security_group |        | 22, 443, 80  |
 | scaleway_instance_server         | DEV1-L |              |
 
-At first, Gitlab CI will run scripts to generate environment variables.
-They will be used in Terraform for configuration and securing credentials.
+After the resources provisionned with Terraform, Cloud-init will configure the instances by running bash scripts, creating files... And 3 services will be running for each instance :
+- Atrium (Reverse proxy, TLS encryption and HTTPS to the others hosted services)
+- Code-server
+- Webtop
 
-After this, Gitlab CI will initiate Terraform, which create infrastructure matching the configuration.
-While deploying resources, especially instances, Terraform will provide the cloud-init.yml script so it can be executed after boot and configure the instances.
+After deployment, each resource can be accessed though HTTPS depending their count number :
+- https://desktop-1.rust-1.daag.alpha.grandlyon.com/
+- https://code-1.rust-1.daag.alpha.grandlyon.com/
 
-Infrastructure is ready, the cloud-init script will run at boot 3 services and leave 3 services running : atrium which serve as a reverse-proxy, code-server and webtop.
+User :
+- Username: abc
+- Password: <Gitlab Stored>
 
 ## Setup Terraform Locally
 
-- 
GitLab