63f3a2b66c
Rebrand ACDL/Agentic Cloud Delivery Platform → Nova across README, docs/, decks (markdown + mermaid .mmd + HTML), pyproject.toml name/description, schema $id URLs (acdl.cloudinit.dev→nova.cloudinit.dev), release.yml title/workflow-name. Nova tagline added to README header + both deck title slides + docs/vision.md (alongside existing North Star, D-106). S&P theme untouched (D-107). New docs/NOVA_MIGRATION.md consumer guide. Data values (env vars, resource names, tag keys, SSM/consumer paths) left for P2-P4. ---ci--- project: acdl phase: 1 milestone: v1.15 status: execute ---/ci---
13 lines
435 B
YAML
13 lines
435 B
YAML
# Nova sample consumer contract — static-assets module (dr)
|
|
# Per-environment contract (REQ-105). Promotion = running the dr job;
|
|
# no environment field editing. Interpolation resolves against dr.json.
|
|
id: assets
|
|
name: static-assets
|
|
environment: dr
|
|
infrastructure:
|
|
static-assets:
|
|
version: "1.0.0"
|
|
inputs:
|
|
bucket_name: acdl-${env.environment}-${contract.id}-${env.account_id}-${env.region}
|
|
region: ${env.region}
|