Hermes Wiki

IaC

Infrastructure as Code — Terraform, CDK, Wrangler config. This is the LLD for infrastructure.

Why we need this / what value this brings

Manually-clicked infrastructure is undocumented, unreviewable, and easy to drift from what's actually running.

When to use this

Once infra exists outside of what docker-compose already captures locally (cloud resources, DNS, managed services).

How to use or implement this

Define infra in a tool matching your platform (Terraform for AWS, Wrangler config for Cloudflare) and treat changes to it like code changes — reviewed, versioned.

Research questions

  • Is any of Localz's current infra (docker-compose aside) defined as code, or still manual?

Empty folder — drop notes, links, and findings here as you research.

Hermes Wiki