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: