./
|- .gitignore
|- README.md
|- doppler-image-factory/
|- doppler-terraform/
This repository is split into two operational areas:
- Doppler - Image Factory: build and promote AMIs with Packer and Ansible.
- Doppler - Terraform: apply the infrastructure that consumes those images in AWS.
Use each subdirectory README as the source of truth for its workflow:
doppler-image-factory/README.mdfor AMI build and promotion.doppler-terraform/README.mdfor infrastructure initialization, planning, and apply flows.