This is the Terraform code for the Chatterbox project.
- Terraform CLI
- AWS CLI
- Python 3.10+
Set up the AWS CLI profile for the Chatterbox account.
export AWS_PROFILE=chatterboxInitialize the Terraform project.
terraform initPlan the changes.
terraform plan