Skip to content

Commit

Permalink
chore: docs improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Jul 30, 2024
1 parent 229000b commit d1054a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit d1054a5

Please sign in to comment.