From 39e8d74787014d3a9ce2aa90df37de48d4fd2e0d Mon Sep 17 00:00:00 2001 From: alicethorne-ab Date: Thu, 9 Jul 2020 13:57:26 -0400 Subject: [PATCH] environment variable is needed for Terraform if no AWS config is specified --- aws-terraform/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aws-terraform/README.md b/aws-terraform/README.md index dc0a0c2..c1b9382 100644 --- a/aws-terraform/README.md +++ b/aws-terraform/README.md @@ -54,6 +54,13 @@ Below is the overall code structure of the Terraform deployment. ## Deploying using Terraform +0. Set the environment variable for your AWS/Terraform deployment’s region by exporting the following environment variable: + +```bash +# for example: export AWS_DEFAULT_REGION=”us-east-2” +export AWS_DEFAULT_REGION=”” +``` + 1. Copy `deploy/example_env` to a new directory depending on the environment you wish to deploy to. (e.g: `testing`, `production`, etc) Example: