# cabling — bindings for this workspace. # Auto-scaffolded by `prvng integration subscribe`. Edit each binding to # resolve the placeholders against your workspace's values, secrets, manifest. let mode = import "/provisioning.ncl" in { mode_id = mode.id, # One binding per domain in mode.domains_used. The shape MUST match the # corresponding contract.ncl::Context. Run # prvng integration validate --workspace-dir . # to confirm every field resolves and typechecks. bindings = { "secret-delivery" = { schema_version = "0.1.0", workspace = "", mode_id = mode.id, # ── Domain-specific fields below — see the secret-delivery contract ── # secrets = [...] }, "" = { schema_version = "0.1.0", workspace = "", mode_id = mode.id, # ── Fill in per the domain's contract.ncl ── }, }, }