each service • Each service defines its owner team, mapped to its Cloudflare zones
• Team members are managed
in the same repository
via Team Kit, the Terraform module
├── service-a
│ ├── development
│ │ └── cdn
│ │ └── a.example.com
│ │ └── cdn_kit.tf
│ └── production
│ └── cdn
│ └── b.example.com
│ └── cdn_kit.tf
└── service-b
└── production
└── cdn
└── c.example.com
└── cdn_kit.tf