Collapse a deployment's resourceAliases bindings into the
ResourceAliases map (handle name → physical resource) that
deployDefinitions expands @<handle>: references against. Deploy-time
only — the map never reaches any other verb. A duplicate binding name
silently overwrites here (last wins), which is why DeploymentSchema
rejects one at parse time, before this ever runs.
Collapse a deployment's
resourceAliasesbindings into the ResourceAliases map (handle name → physical resource) thatdeployDefinitionsexpands@<handle>:references against. Deploy-time only — the map never reaches any other verb. A duplicate binding name silently overwrites here (last wins), which is whyDeploymentSchemarejects one at parse time, before this ever runs.