Developer Asset Index¶
Auto-generated by
docs/context/gen-asset-index.py— do not hand-edit. Re-run it after adding or renaming an asset.
The single entry point for exploring the codebase. Every application and
module links to its README.md on GitHub (source of how it works). For the
code→name lookup see the Asset Glossary; for full
descriptions and test detail see the Asset Catalog; for
status / milestone / owner see the Asset Status table.
How the repo is laid out¶
| Area | What lives there |
|---|---|
apps/ |
Standalone tools & Function Apps (evidence collection, drift, ticketing, reports) |
modules/azure/ |
Terraform modules (the SnowOps Module Library) |
modules/_contracts/ |
F0 cloud-agnostic interface contracts (Azure/AWS/GCP implement them) |
policy/ |
OPA/Conftest, Kyverno, Azure Policy, Checkov bundles |
live/ |
Terragrunt live-infra reference (F7) |
gitops/ |
ArgoCD app-of-apps (F8) |
pipelines/ |
Reusable GitHub Actions + Azure DevOps templates |
tests/ |
Terratest + pipeline-integration suites |
docs/runbooks/ |
Manual test + operational runbooks (published on this site) |
Applications (apps/) — 24¶
Azure Modules (modules/azure/) — 43¶
Cloud-Agnostic Contracts (modules/_contracts/)¶
The F0 interface contracts every cloud implementation conforms to. See the Cloud-Agnostic Module Pattern.
| Contract | Source |
|---|---|
cluster |
modules/_contracts/cluster |
identity |
modules/_contracts/identity |
kv |
modules/_contracts/kv |
network |
modules/_contracts/network |
object_store |
modules/_contracts/object_store |
observability |
modules/_contracts/observability |
registry |
modules/_contracts/registry |