Migrate Legacy settings.depends_on
settings.depends_on is supported only for backward compatibility. New and updated configurations must use dependencies.components. Use dependencies.files and dependencies.folders for external paths.
The same map is also accepted directly on the component (without the settings wrapper),
also for backward compatibility only. Both forms remain fully functional — no dependency
edges are dropped — but atmos validate stacks prints a
non-failing warning wherever either legacy form is used, naming dependencies.components
as the replacement.
Migration
Replace the map under settings.depends_on with a list under dependencies.components. Change component to name, and replace the legacy context fields with an explicit stack value, optionally constructed with a Go template.
Field Mapping
| Legacy field | Current form |
|---|---|
component | name |
namespace, tenant, environment, stage | stack, optionally using a Go template |
file | dependencies.files |
folder | dependencies.folders |
The new format can also declare a cross-type dependency with kind. See Component Dependencies for the complete schema, merge behavior, and examples.