Prerequisite
- Please ensure you have followed the steps mentioned in this page
- You have cloned the repository into your local machine
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.