From 116afca8509034b4b3d3b6329d4274c209ecc951 Mon Sep 17 00:00:00 2001 From: Nathan Rodet <nrodet@grandlyon.com> Date: Wed, 21 Dec 2022 09:36:57 +0100 Subject: [PATCH] Added to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edebda7..1c8540d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ## Setup Terraform Locally -### File Creation - variables-local.tf +First, you must setup 2 local files for your variables : + +### variables-local.tf Create a file **variables-local.tf** containing the following code : ```hcl @@ -27,7 +29,7 @@ variable "FORGE_ACCESS_TOKEN" { sensitive = true } ``` -### File Creation - variables-local.tfvars +### variables-local.tfvars Now, you can create a file for your variables information called **variables-local.tfvars** containing the following code : ```hcl -- GitLab