Prerequisite

How to deploy the organization

1. Navigate to the organization directory

# At the root directory
cd 1_organization

2. Initialize terraform working directory

aws-vault exec -n evalucar -- terraform init

3. Apply terraform plans

aws-vault exec -n evalucar -- terraform apply

You should review the output terraform plan on the console before making changes.