Update README

- Add updated instructions for new file/folder structure
This commit is contained in:
Shane Engelman 2023-01-30 13:15:33 -06:00
parent 7225df145d
commit 66bf6fbaaa
Signed by: shane
GPG Key ID: D9DF703B83B9A9B5
1 changed files with 3 additions and 1 deletions

View File

@ -10,10 +10,12 @@ You will need the following installed:
## Usage
From either `backend/` or `main/`:
```shell
$ terraform init
```
```shell
$ terraform plan
$ terraform plan -var-file ../credentials.tfvars
```