- Python 3.12
- Terraform 1.11.x or later
- AWS Account with IAM permissions to create resources
Create virtual environment:
python3 -m venv .venv
Activate virtual environment:
source .venv/bin/activate
Install dependencies:
make install
Launch all tests:
make test
Terraform Init:
make terraform-init
Terraform Plan:
make terraform-plan
Terraform Apply:
make terraform-apply
Terraform Destroy:
make terraform-apply
Load fixtures:
make fixtures: