From 304e2946033158948f632448faa633f8db5074ad Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Wed, 5 Apr 2023 07:01:50 -0700 Subject: [PATCH] reflect new make flow --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fc6bc26..dfa7f99 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,11 @@ For the purpose of transparency, we include our infrastructure configuration rig ## Dependencies -You will need the following installed: -- `terraform` - +* Docker +* GNU Make ## Usage -From either `backend/` or `main/`: - ```shell -$ terraform init +$ make apply ``` - -```shell -$ terraform plan -var-file ../credentials.tfvars -``` \ No newline at end of file