Story: IaC Email Infrastructure
story: IaC Email Infrastructure
Role
Platform operator
Key
iac-email
Want
As a platform operator, I want to manage email server and domain infrastructure via Terraform/OpenTofu
So That
So that email infrastructure is reproducible, auditable, and extensible to new domains without manual setup
Acceptance Criteria
- Postmark servers created/managed via Terraform
- DNS records (DKIM, Return-Path) managed via Terraform
- New domain onboarding requires only a tfvars entry
- Existing manually-created resources imported into state
Success Metric
terraform plan shows no drift after import; new domain can be added with a single tfvars blockRelated Architecture
- Architecture notes pending creation for postmark-email project
Related
project-postmark-email— parent project pageboard-postmark-email— project board (tickets reference this story)