From fd04c1369db5156dda537cb1a6253b6e586e11fa Mon Sep 17 00:00:00 2001 From: Damien A Date: Sun, 31 Dec 2023 18:50:05 +0100 Subject: [PATCH] =?UTF-8?q?Update=20ReadMe=20for=20local=20directory=20syn?= =?UTF-8?q?c=20=F0=9F=93=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fccc8c9..a4b8245 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,16 @@ Before you begin, ensure you have the following prerequisites installed and conf terraform apply -var="GITHUB_REPO_URL=https://github.com/MasqAs/projet-vxlan-automation" ``` - Enter yes when prompted to proceed. + Or, if you want to clone a local directory: + + ```bash + terraform apply -var="LOCAL_DIR_PATH=/path/to/your/local/directory" + ``` + + > [!note] + > Note that there is no synchronization between your remote folder and your local folder once the instance has been created. + + Enter `yes` when prompted to proceed. 5. **Ansible Automation**