From d1054a56677ca70c8441b0efe28d7b2d2f10850a Mon Sep 17 00:00:00 2001 From: Nelson Taveras <4562733+nvtaveras@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:42:28 -0400 Subject: [PATCH] chore: docs improvements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4318c6f..d42e03f 100644 --- a/README.md +++ b/README.md @@ -97,10 +97,10 @@ A monorepo for our governance watchdog, a system that monitors Mento Governance terraform init ``` -1. Create a `terraform.tfvars` file in the `./infra` folder, this is like `.env` for Terraform: +1. While inside the `infra` folder, create `terraform.tfvars` file. This is like `.env` for Terraform: ```sh - touch ./infra/terraform.tfvars + touch terraform.tfvars # This file is `.gitignore`d to avoid accidentally leaking sensitive data ```