- Python 3.12
- Terraform 1.11.x or later
- AWS Account with IAM permissions to create resources
Create virtual environment:
python3 -m venv .venvActivate virtual environment:
source .venv/bin/activateInstall dependencies:
make installLaunch all tests:
make testTerraform Init:
make terraform-initTerraform Plan:
make terraform-planTerraform Apply:
make terraform-applyTerraform Destroy:
make terraform-applyLoad fixtures:
make fixtures: